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-08T13:24:52.628Z||main|||||INFO|500||The following profiles are active: basic 2022-03-08T13:25:01.567Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-08T13:25:01.567Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-08T13:25:01.652Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-08T13:25:03.957Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-08T13:25:04.144Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-08T13:25:04.548Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-08T13:25:04.554Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-08T13:25:04.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-08T13:25:04.756Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-08T13:25:05.173Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-08T13:25:05.906Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-08T13:25:07.734Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-08T13:25:07.779Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-08T13:25:08.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-08T13:25:08.406Z||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-08T13:25:09.520Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-08T13:25:10.512Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-08T13:25:10.529Z||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$$60939c6.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-08T13:25:10.530Z||main|||||WARN|500||The sdc end point is not alive 2022-03-08T13:25:13.246Z||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-08T13:25:15.879Z||main|||||WARN|500||--- 2022-03-08T13:25:15.880Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-08T13:25:15.880Z||main|||||WARN|500||--- 2022-03-08T13:25:16.349Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-08T13:25:20.985Z||main|||||INFO|500||Started Application in 32.656 seconds (JVM running for 33.848) 2022-03-08T13:25:21.015Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:25:21.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:25:21.027Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:25:21.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:25:21.159Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ea01d1d-c44d-4c6a-becd-51dc18531856 url= /sdc/v1/artifactTypes 2022-03-08T13:25:21.160Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:25:22.310Z||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.22.55] 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$$b71959b.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-08T13:25:22.316Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b88b6e 2022-03-08T13:25:22.316Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:25:22.330Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:25:22.332Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:25:22.334Z||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$$b71959b.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-08T13:26:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:26:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:26:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:26:10.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:26:10.993Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4046592f-c406-44bc-bbeb-9338fc49446f url= /sdc/v1/artifactTypes 2022-03-08T13:26:10.993Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:26:12.035Z||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.22.55] 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$$b71959b.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-08T13:26:12.036Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56e09fcf 2022-03-08T13:26:12.036Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:26:12.036Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:26:12.037Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:26:12.037Z||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$$b71959b.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-08T13:27:00.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:27:00.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:27:00.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:27:00.989Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:27:00.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e3ee065-554b-4462-8590-24d478b59c00 url= /sdc/v1/artifactTypes 2022-03-08T13:27:00.997Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:27:02.020Z||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.22.55] 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$$b71959b.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-08T13:27:02.021Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42c2aa22 2022-03-08T13:27:02.022Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:27:02.022Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:27:02.023Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:27:02.024Z||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$$b71959b.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-08T13:27:50.983Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:27:50.985Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:27:50.985Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:27:50.991Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:27:51.005Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f92b2b6-c1fa-49c4-854c-5e66a2362979 url= /sdc/v1/artifactTypes 2022-03-08T13:27:51.006Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:27:52.034Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:27:52.034Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5768d72f 2022-03-08T13:27:52.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:27:52.035Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:27:52.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:27:52.036Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:28:40.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:28:40.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:28:40.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:28:40.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:28:40.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c69a4530-f090-4783-b77b-3c1fcd544d1e url= /sdc/v1/artifactTypes 2022-03-08T13:28:40.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:28:42.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:28:42.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3091576d 2022-03-08T13:28:42.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:28:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:28:42.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:28:42.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:29:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:29:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:29:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:29:30.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:29:30.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4cd1b85-095f-4c5c-b43a-a46d8fa38f5e url= /sdc/v1/artifactTypes 2022-03-08T13:29:30.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:29:32.032Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:29:32.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25205bce 2022-03-08T13:29:32.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:29:32.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:29:32.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:29:32.035Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:30:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:30:20.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:30:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:30:20.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:30:20.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33ef1eec-8159-4ec0-9f81-f34906ba7cad url= /sdc/v1/artifactTypes 2022-03-08T13:30:20.994Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:30:22.017Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:30:22.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@645475a2 2022-03-08T13:30:22.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:30:22.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:30:22.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:30:22.019Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:31:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:31:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:31:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:31:10.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:31:10.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5573443f-79a8-48c2-be02-7a20da52464a url= /sdc/v1/artifactTypes 2022-03-08T13:31:10.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:31:12.030Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:31:12.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bb289c4 2022-03-08T13:31:12.031Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:31:12.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:31:12.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:31:12.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:32:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:32:00.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:32:00.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:32:00.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:32:00.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3de41d53-e5fe-4c19-9ae2-e56eb7c734ba url= /sdc/v1/artifactTypes 2022-03-08T13:32:00.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:32:02.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:32:02.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@271d3456 2022-03-08T13:32:02.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:32:02.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:32:02.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:32:02.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:32:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:32:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:32:50.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:32:50.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:32:50.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31e02767-ea99-456f-b037-7ac6fdb5c376 url= /sdc/v1/artifactTypes 2022-03-08T13:32:50.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:32:52.030Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:32:52.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3acbf364 2022-03-08T13:32:52.031Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:32:52.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:32:52.031Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:32:52.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:33:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:33:40.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:33:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:33:40.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:33:40.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6bfba6b6-fad6-4f5b-830e-d6b487f20289 url= /sdc/v1/artifactTypes 2022-03-08T13:33:40.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:33:42.018Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:33:42.020Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5efba297 2022-03-08T13:33:42.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:33:42.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:33:42.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:33:42.022Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:34:30.982Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:34:30.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:34:30.983Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:34:30.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:34:30.993Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72cb62ec-0dc2-4020-b5eb-329b1e5ccc5b url= /sdc/v1/artifactTypes 2022-03-08T13:34:30.993Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:34:32.033Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:34:32.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a59343c 2022-03-08T13:34:32.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:34:32.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:34:32.034Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:34:32.035Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:35:20.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:35:20.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:35:20.983Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:35:20.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:35:20.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6467e54-f7d7-4db3-b199-a76f708aa529 url= /sdc/v1/artifactTypes 2022-03-08T13:35:20.994Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:35:22.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:35:22.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b0d388b 2022-03-08T13:35:22.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:35:22.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:35:22.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:35:22.019Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:35:31.715Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-08T13:36:10.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:36:10.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:36:10.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:36:10.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:36:10.993Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fca0990-2430-4e7b-b830-409fbb5a65a0 url= /sdc/v1/artifactTypes 2022-03-08T13:36:10.994Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:36:12.033Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:36:12.034Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59c0b479 2022-03-08T13:36:12.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:36:12.035Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:36:12.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:36:12.036Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:37:00.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:37:00.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:37:00.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:37:00.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:37:00.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 130ac726-e882-4bcf-9559-1aefa927b27a url= /sdc/v1/artifactTypes 2022-03-08T13:37:00.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:37:02.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:37:02.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77116110 2022-03-08T13:37:02.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:37:02.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:37:02.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:37:02.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:37:50.982Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:37:50.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:37:50.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:37:50.987Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:37:50.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3864b8b9-6ace-41fc-bbf1-1b185a436404 url= /sdc/v1/artifactTypes 2022-03-08T13:37:50.994Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:37:52.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 49 common frames omitted 2022-03-08T13:37:52.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f749443 2022-03-08T13:37:52.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:37:52.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:37:52.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:37:52.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.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) ... 32 common frames omitted 2022-03-08T13:38:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:38:40.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:38:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:38:40.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:38:40.987Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53265f51-0315-4584-a645-1f95964f1b23 url= /sdc/v1/artifactTypes 2022-03-08T13:38:40.987Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:38:42.018Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:38:42.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@271d3631 2022-03-08T13:38:42.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:38:42.019Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:38:42.019Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:38:42.019Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:39:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:39:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:39:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:39:30.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:39:30.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d27d97d-0b62-4605-88e0-5756bbb7e112 url= /sdc/v1/artifactTypes 2022-03-08T13:39:30.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:39:32.032Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:39:32.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8e3c316 2022-03-08T13:39:32.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:39:32.033Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:39:32.034Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:39:32.034Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:40:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:40:20.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:40:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:40:20.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:40:20.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ac434c1-8d85-4538-b007-cad3b9a37662 url= /sdc/v1/artifactTypes 2022-03-08T13:40:20.995Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:40:22.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:40:22.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@165ea4b2 2022-03-08T13:40:22.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:40:22.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:40:22.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:40:22.017Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:41:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:41:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:41:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:41:10.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:41:10.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86075f8c-586f-43f4-ae8f-102c3a20c351 url= /sdc/v1/artifactTypes 2022-03-08T13:41:10.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:41:12.032Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:41:12.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d829204 2022-03-08T13:41:12.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:41:12.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:41:12.034Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:41:12.034Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:42:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:42:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:42:00.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:42:00.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:42:00.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd8e8966-d58f-4580-9837-c2ecae793270 url= /sdc/v1/artifactTypes 2022-03-08T13:42:00.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:42:02.017Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:42:02.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59bfec1a 2022-03-08T13:42:02.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:42:02.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:42:02.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:42:02.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:42:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:42:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:42:50.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:42:50.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:42:50.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d397cb6-d421-4b91-93d8-adc5e16342df url= /sdc/v1/artifactTypes 2022-03-08T13:42:50.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:42:52.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:42:52.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ce8773f 2022-03-08T13:42:52.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:42:52.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:42:52.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:42:52.033Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:43:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:43:40.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:43:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:43:40.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:43:40.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 863bf1c5-2f1e-44c1-8ee1-8110a9c74b4a url= /sdc/v1/artifactTypes 2022-03-08T13:43:40.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:43:42.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:43:42.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fc1b711 2022-03-08T13:43:42.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:43:42.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:43:42.016Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:43:42.016Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:44:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:44:30.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:44:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:44:30.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:44:30.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57a18b64-e392-4412-a6c8-be98be1c1ce9 url= /sdc/v1/artifactTypes 2022-03-08T13:44:30.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:44:32.032Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:44:32.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54a7090e 2022-03-08T13:44:32.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:44:32.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:44:32.034Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:44:32.034Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:45:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:45:20.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:45:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:45:20.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:45:20.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be70ee2f-5394-4316-8ffc-7762551b2145 url= /sdc/v1/artifactTypes 2022-03-08T13:45:20.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:45:22.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:45:22.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b03a9db 2022-03-08T13:45:22.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:45:22.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:45:22.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:45:22.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:46:10.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:46:10.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:46:10.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:46:10.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:46:10.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b285179-66dd-42ec-9436-2196e1cb4ce6 url= /sdc/v1/artifactTypes 2022-03-08T13:46:10.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:46:12.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:46:12.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40212635 2022-03-08T13:46:12.031Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:46:12.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:46:12.031Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:46:12.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:47:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:47:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:47:00.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:47:00.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:47:00.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9327115-cf9a-42ef-8166-b34c068ce79d url= /sdc/v1/artifactTypes 2022-03-08T13:47:00.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:47:02.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:47:02.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7773f9fe 2022-03-08T13:47:02.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:47:02.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:47:02.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:47:02.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:47:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:47:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:47:50.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:47:50.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:47:50.987Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2c27635-f791-4e74-ac9f-65856983429f url= /sdc/v1/artifactTypes 2022-03-08T13:47:50.987Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:47:52.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:47:52.032Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a232cd6 2022-03-08T13:47:52.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:47:52.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:47:52.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:47:52.033Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:48:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:48:40.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:48:40.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:48:40.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:48:40.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53cf40b3-991e-4a63-bc74-ae965839e889 url= /sdc/v1/artifactTypes 2022-03-08T13:48:40.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:48:42.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:48:42.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48f9b4ad 2022-03-08T13:48:42.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:48:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:48:42.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:48:42.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:49:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:49:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:49:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:49:30.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:49:30.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04ff1ba4-0a9f-4afa-a6dc-6569574e13f1 url= /sdc/v1/artifactTypes 2022-03-08T13:49:30.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:49:32.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:49:32.032Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37acda2d 2022-03-08T13:49:32.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:49:32.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:49:32.033Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:49:32.033Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:50:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:50:20.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:50:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:50:20.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:50:20.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 336a0af5-8e8a-4d05-a5d4-d986973cb68b url= /sdc/v1/artifactTypes 2022-03-08T13:50:20.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:50:22.018Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:50:22.019Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62edac7b 2022-03-08T13:50:22.019Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:50:22.019Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:50:22.019Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:50:22.019Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:51:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:51:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:51:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:51:10.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:51:10.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aab1ba94-42f3-4ece-aa0a-8fedbf81944b url= /sdc/v1/artifactTypes 2022-03-08T13:51:10.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:51:12.032Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:51:12.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@166df3e7 2022-03-08T13:51:12.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:51:12.033Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:51:12.033Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:51:12.034Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:52:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:52:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:52:00.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:52:00.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:52:00.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0743a90c-cc40-4616-b55d-a6db233e233b url= /sdc/v1/artifactTypes 2022-03-08T13:52:00.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:52:02.019Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:52:02.019Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23323903 2022-03-08T13:52:02.019Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:52:02.020Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:52:02.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:52:02.020Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:52:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:52:50.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:52:50.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:52:50.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:52:50.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1afd4ef-ad32-4d0a-9297-76af2e86b5a3 url= /sdc/v1/artifactTypes 2022-03-08T13:52:50.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:52:52.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:52:52.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@484a4829 2022-03-08T13:52:52.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:52:52.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:52:52.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:52:52.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:53:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:53:40.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:53:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:53:40.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:53:40.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5f7ed45-eb86-47c2-b12c-5d9d9498dac3 url= /sdc/v1/artifactTypes 2022-03-08T13:53:40.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:53:42.016Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:53:42.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@798ada7e 2022-03-08T13:53:42.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:53:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:53:42.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:53:42.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:54:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:54:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:54:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:54:30.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:54:30.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 061e7562-5b05-4138-8f89-f88384dc481a url= /sdc/v1/artifactTypes 2022-03-08T13:54:30.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:54:32.034Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:54:32.035Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5778da67 2022-03-08T13:54:32.035Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:54:32.035Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:54:32.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:54:32.036Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:55:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:55:20.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:55:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:55:20.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:55:20.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b00df57-8d55-4c0f-9ae9-d3e8998dc061 url= /sdc/v1/artifactTypes 2022-03-08T13:55:20.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:55:22.021Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:55:22.022Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76f029ae 2022-03-08T13:55:22.022Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:55:22.022Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:55:22.023Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:55:22.024Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:56:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:56:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:56:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:56:10.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:56:10.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d165e2b1-d270-4fa7-8cad-f14cbbbea974 url= /sdc/v1/artifactTypes 2022-03-08T13:56:10.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:56:12.005Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:56:12.005Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6647fcd1 2022-03-08T13:56:12.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:56:12.006Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:56:12.006Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:56:12.006Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:57:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:57:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:57:00.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:57:00.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:57:00.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50209e4a-9232-46e4-b35f-5eab72513476 url= /sdc/v1/artifactTypes 2022-03-08T13:57:00.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:57:02.017Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:57:02.017Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43c2555b 2022-03-08T13:57:02.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:57:02.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:57:02.018Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:57:02.018Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:57:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:57:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:57:50.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:57:50.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:57:50.987Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1358f3-dd32-48be-98bc-bb4f466f8d8b url= /sdc/v1/artifactTypes 2022-03-08T13:57:50.987Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:57:52.033Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:57:52.034Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@470844e 2022-03-08T13:57:52.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:57:52.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:57:52.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:57:52.035Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:58:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:58:40.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:58:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:58:40.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:58:40.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91fda859-bd06-4a86-98d7-1f82623dfd75 url= /sdc/v1/artifactTypes 2022-03-08T13:58:40.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:58:42.014Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:58:42.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46fdd70c 2022-03-08T13:58:42.015Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:58:42.015Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:58:42.015Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:58:42.016Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T13:59:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T13:59:30.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T13:59:30.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T13:59:30.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T13:59:30.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b163c219-bf46-4ec8-af46-679e985200e8 url= /sdc/v1/artifactTypes 2022-03-08T13:59:30.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T13:59:32.031Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T13:59:32.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d124063 2022-03-08T13:59:32.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T13:59:32.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T13:59:32.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T13:59:32.033Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:00:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:00:20.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:00:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:00:20.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:00:20.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 272024a6-c206-4ae5-8c03-1bbcd0edbd30 url= /sdc/v1/artifactTypes 2022-03-08T14:00:20.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:00:22.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:00:22.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a04ef30 2022-03-08T14:00:22.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:00:22.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:00:22.016Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:00:22.016Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:01:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:01:10.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:01:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:01:10.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:01:10.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b27d7b87-49d5-4c5e-9163-197bf1872ed7 url= /sdc/v1/artifactTypes 2022-03-08T14:01:10.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:01:12.030Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:01:12.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a54ffcc 2022-03-08T14:01:12.031Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:01:12.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:01:12.031Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:01:12.032Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:02:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:02:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:02:00.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:02:00.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:02:00.987Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a9f0e38-9bd0-4152-b6cc-8266bdc42fca url= /sdc/v1/artifactTypes 2022-03-08T14:02:00.987Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:02:02.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:02:02.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9a40167 2022-03-08T14:02:02.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:02:02.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:02:02.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:02:02.017Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:02:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:02:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:02:50.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:02:50.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:02:50.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af2abfc9-ece5-481b-b637-f5caf6a049a5 url= /sdc/v1/artifactTypes 2022-03-08T14:02:50.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:02:52.033Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:02:52.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32a8fe4d 2022-03-08T14:02:52.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:02:52.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:02:52.034Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:02:52.034Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:03:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:03:40.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:03:40.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:03:40.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:03:40.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61942f6c-43ea-4715-88b7-389c74682fc5 url= /sdc/v1/artifactTypes 2022-03-08T14:03:40.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:03:42.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:03:42.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51d9ca2e 2022-03-08T14:03:42.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:03:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:03:42.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:03:42.017Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:04:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:04:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:04:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:04:30.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:04:30.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd619d45-8f8f-4514-bc7d-b39486b04e5d url= /sdc/v1/artifactTypes 2022-03-08T14:04:30.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:04:32.033Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:04:32.034Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fb0d2ab 2022-03-08T14:04:32.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:04:32.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:04:32.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:04:32.035Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:05:20.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:05:20.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:05:20.982Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:05:20.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:05:20.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9b0264b-7c40-4927-8f7f-892dbcdb2c9e url= /sdc/v1/artifactTypes 2022-03-08T14:05:20.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:05:22.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:05:22.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d35faa3 2022-03-08T14:05:22.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:05:22.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:05:22.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:05:22.017Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:06:10.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:06:10.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:06:10.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:06:10.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:06:10.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7211dd2-7f0d-47b9-b628-ed02948f33fb url= /sdc/v1/artifactTypes 2022-03-08T14:06:10.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:06:12.001Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:06:12.001Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30561d9f 2022-03-08T14:06:12.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:06:12.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:06:12.002Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:06:12.002Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:07:00.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:07:00.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:07:00.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:07:00.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:07:00.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c8c41d4-03df-41a1-aa4b-1110000ed44a url= /sdc/v1/artifactTypes 2022-03-08T14:07:00.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:07:02.015Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:07:02.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e1cc9d0 2022-03-08T14:07:02.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:07:02.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:07:02.016Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:07:02.017Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:07:50.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:07:50.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:07:50.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:07:50.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:07:50.986Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b37f357e-1525-4593-9def-2de917f79aec url= /sdc/v1/artifactTypes 2022-03-08T14:07:50.986Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:07:52.000Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:07:52.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e28f563 2022-03-08T14:07:52.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:07:52.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:07:52.001Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:07:52.001Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:08:40.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:08:40.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:08:40.980Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:08:40.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:08:40.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74159c7d-16bc-42ea-9eec-1e21f2d3dee5 url= /sdc/v1/artifactTypes 2022-03-08T14:08:40.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:08:42.049Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:08:42.049Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c3eb8d4 2022-03-08T14:08:42.050Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:08:42.051Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:08:42.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:08:42.051Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:09:30.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:09:30.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:09:30.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:09:30.984Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:09:30.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ef6dda0-16a6-46af-8e4b-6e0e88521ab3 url= /sdc/v1/artifactTypes 2022-03-08T14:09:30.990Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:10:02.397Z||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.22.55] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-03-08T14:10:02.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76fbda23 2022-03-08T14:10:02.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-08T14:10:02.397Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-08T14:10:02.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-08T14:10:02.398Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$b71959b.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-03-08T14:10:20.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T14:10:20.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T14:10:20.981Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T14:10:20.983Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T14:10:20.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0895a662-1b19-462f-973b-5fe644ba592a url= /sdc/v1/artifactTypes 2022-03-08T14:10:20.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T14:10:21.178Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-08T14:10:21.185Z||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-08T14:10:21.209Z||scheduling-1|||||DEBUG|500||create keys 2022-03-08T14:10:21.218Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-08T14:10:21.244Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:10:21.261Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7278eff-5468-4cf0-b835-776b13f7f47f url= /sdc/v1/registerForDistribution 2022-03-08T14:10:21.990Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7278eff-5468-4cf0-b835-776b13f7f47f url= /sdc/v1/registerForDistribution 2022-03-08T14:10:21.990Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-08T14:10:21.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:10:22.000Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:10:22.003Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-08T14:10:22.004Z||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-08T14:10:22.004Z||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-08T14:10:22.004Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:10:22.004Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:10:32.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:10:32.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:11:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:11:21.998Z||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-08T14:11:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:11:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:11:21.998Z||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-08T14:11:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:11:31.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:11:31.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:12:21.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:12:21.998Z||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-08T14:12:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:12:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:12:21.999Z||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-08T14:12:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:12:31.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:12:31.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:13:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:13:21.997Z||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-08T14:13:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:13:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:13:22.000Z||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-08T14:13:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:13:31.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:13:31.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:14:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:14:21.998Z||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-08T14:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:14:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:14:21.999Z||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-08T14:14:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:14:31.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:14:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:15:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:15:21.997Z||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-08T14:15:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:15:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:15:21.998Z||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-08T14:15:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:15:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:15:31.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:16:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:16:21.998Z||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-08T14:16:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:16:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:16:21.999Z||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-08T14:16:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:16:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:16:31.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:17:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:17:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:17:21.998Z||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-08T14:17:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:17:22.000Z||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-08T14:17:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:17:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:17:31.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:18:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:18:21.998Z||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-08T14:18:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:18:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:18:21.998Z||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-08T14:18:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:18:31.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:18:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:19:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:19:21.997Z||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-08T14:19:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:19:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:19:21.999Z||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-08T14:19:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:19:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:19:31.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:20:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:20:21.998Z||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-08T14:20:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:20:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:20:21.999Z||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-08T14:20:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:20:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:20:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:21:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:21:21.998Z||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-08T14:21:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:21:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:21:21.998Z||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-08T14:21:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:21:31.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:21:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:22:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:22:21.998Z||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-08T14:22:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:22:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:22:21.998Z||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-08T14:22:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:22:31.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:22:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:23:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:23:21.997Z||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-08T14:23:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:23:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:23:21.999Z||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-08T14:23:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:23:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:23:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:24:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:24:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:24:21.998Z||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-08T14:24:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:24:21.999Z||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-08T14:24:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:24:31.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:24:31.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:25:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:25:21.997Z||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-08T14:25:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:25:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:25:21.998Z||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-08T14:25:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:25:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:25:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:26:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:26:21.997Z||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-08T14:26:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:26:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:26:21.999Z||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-08T14:26:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:26:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:26:31.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:27:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:27:21.997Z||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-08T14:27:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:27:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:27:21.999Z||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-08T14:27:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:27:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:27:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:28:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:28:21.998Z||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-08T14:28:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:28:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:28:21.998Z||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-08T14:28:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:28:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:28:31.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:29:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:29:21.997Z||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-08T14:29:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:29:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:29:21.999Z||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-08T14:29:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:29:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:29:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:30:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:30:21.998Z||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-08T14:30:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:30:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:30:21.999Z||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-08T14:30:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:30:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:30:31.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:31:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:31:21.998Z||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-08T14:31:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:31:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:31:21.999Z||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-08T14:31:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:31:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:31:31.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:32:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:32:21.997Z||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-08T14:32:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:32:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:32:21.999Z||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-08T14:32:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:32:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:32:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:33:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:33:21.997Z||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-08T14:33:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:33:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:33:21.999Z||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-08T14:33:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:33:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:33:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:34:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:34:21.997Z||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-08T14:34:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:34:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:34:21.999Z||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-08T14:34:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:34:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:34:31.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:35:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:35:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:35:22.000Z||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-08T14:35:22.000Z||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-08T14:35:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:35:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:35:31.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:35:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:36:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:36:21.998Z||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-08T14:36:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:36:21.998Z||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-08T14:36:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:36:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:36:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:36:31.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:37:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:37:21.997Z||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-08T14:37:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:37:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:37:21.999Z||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-08T14:37:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:37:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:37:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:38:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:38:21.998Z||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-08T14:38:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:38:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:38:21.998Z||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-08T14:38:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:38:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:38:31.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:39:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:39:21.997Z||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-08T14:39:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:39:21.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:39:22.000Z||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-08T14:39:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:39:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:39:31.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:40:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:40:21.997Z||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-08T14:40:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:40:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:40:21.999Z||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-08T14:40:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:40:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:40:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:41:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:41:21.997Z||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-08T14:41:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:41:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:41:21.998Z||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-08T14:41:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:41:31.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:41:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:42:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:42:21.997Z||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-08T14:42:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:42:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:42:21.999Z||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-08T14:42:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:42:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:42:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:43:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:43:21.998Z||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-08T14:43:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:43:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:43:21.999Z||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-08T14:43:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:43:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:43:31.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:44:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:44:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:44:21.998Z||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-08T14:44:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:44:21.998Z||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-08T14:44:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:44:31.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:44:31.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:45:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:45:21.997Z||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-08T14:45:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:45:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:45:21.998Z||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-08T14:45:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:45:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:45:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:46:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:46:21.998Z||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-08T14:46:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:46:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:46:21.999Z||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-08T14:46:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:46:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:46:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:47:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:47:21.997Z||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-08T14:47:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:47:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:47:21.998Z||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-08T14:47:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:47:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:47:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:48:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:48:21.997Z||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-08T14:48:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:48:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:48:21.998Z||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-08T14:48:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:48:31.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:48:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:49:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:49:21.998Z||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-08T14:49:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:49:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:49:21.999Z||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-08T14:49:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:49:31.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:49:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:50:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:50:21.997Z||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-08T14:50:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:50:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:50:21.998Z||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-08T14:50:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:50:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:50:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:51:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:51:21.997Z||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-08T14:51:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:51:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:51:21.999Z||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-08T14:51:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:51:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:51:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:52:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:52:21.997Z||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-08T14:52:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:52:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:52:21.999Z||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-08T14:52:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:52:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:52:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:53:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:53:21.997Z||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-08T14:53:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:53:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:53:21.998Z||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-08T14:53:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:53:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:53:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:54:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:54:21.997Z||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-08T14:54:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:54:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:54:21.999Z||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-08T14:54:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:54:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:54:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:55:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:55:21.997Z||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-08T14:55:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:55:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:55:21.998Z||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-08T14:55:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:55:31.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:55:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:56:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:56:21.997Z||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-08T14:56:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:56:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:56:21.999Z||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-08T14:56:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:56:31.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:56:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:57:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:57:21.998Z||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-08T14:57:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:57:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:57:21.999Z||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-08T14:57:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:57:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:57:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:58:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:58:21.998Z||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-08T14:58:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:58:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:58:21.999Z||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-08T14:58:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:58:31.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:58:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:59:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:59:21.997Z||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-08T14:59:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:59:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T14:59:21.999Z||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-08T14:59:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T14:59:31.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T14:59:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:00:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:00:21.997Z||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-08T15:00:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:00:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:00:21.998Z||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-08T15:00:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:00:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:00:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:01:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:01:21.997Z||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-08T15:01:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:01:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:01:21.998Z||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-08T15:01:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:01:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:01:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:02:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:02:21.997Z||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-08T15:02:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:02:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:02:21.999Z||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-08T15:02:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:02:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:02:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:03:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:03:21.998Z||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-08T15:03:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:03:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:03:21.999Z||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-08T15:03:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:03:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:03:31.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:04:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:04:21.998Z||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-08T15:04:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:04:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:04:21.999Z||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-08T15:04:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:04:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:04:31.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:05:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:05:21.997Z||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-08T15:05:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:05:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:05:21.999Z||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-08T15:05:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:05:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:05:31.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:06:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:06:21.997Z||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-08T15:06:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:06:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:06:21.999Z||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-08T15:06:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:06:31.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:06:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:07:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:07:21.997Z||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-08T15:07:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:07:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:07:21.999Z||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-08T15:07:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:07:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:07:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:08:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:08:21.997Z||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-08T15:08:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:08:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:08:21.999Z||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-08T15:08:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:08:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:08:31.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:09:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:09:21.997Z||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-08T15:09:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:09:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:09:21.998Z||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-08T15:09:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:09:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:09:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:10:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:10:21.997Z||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-08T15:10:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:10:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:10:21.998Z||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-08T15:10:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:10:31.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:10:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:11:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:11:21.997Z||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-08T15:11:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:11:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:11:21.999Z||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-08T15:11:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:11:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:11:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:12:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:12:21.997Z||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-08T15:12:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:12:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:12:21.999Z||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-08T15:12:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:12:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:12:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:13:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:13:21.998Z||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-08T15:13:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:13:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:13:21.998Z||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-08T15:13:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:13:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:13:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:14:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:14:21.998Z||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-08T15:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:14:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:14:21.998Z||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-08T15:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:14:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:14:31.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:15:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:15:21.997Z||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-08T15:15:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:15:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:15:21.999Z||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-08T15:15:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:15:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:15:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:16:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:16:21.997Z||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-08T15:16:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:16:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:16:21.999Z||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-08T15:16:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:16:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:16:31.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:17:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:17:21.997Z||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-08T15:17:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:17:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:17:21.998Z||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-08T15:17:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:17:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:17:31.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:18:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:18:21.997Z||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-08T15:18:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:18:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:18:21.998Z||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-08T15:18:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:18:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:18:31.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:19:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:19:21.997Z||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-08T15:19:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:19:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:19:21.999Z||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-08T15:19:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:19:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:19:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:20:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:20:21.998Z||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-08T15:20:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:20:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:20:21.998Z||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-08T15:20:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:20:31.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:20:31.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:21:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:21:21.997Z||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-08T15:21:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:21:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:21:21.998Z||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-08T15:21:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:21:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:21:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:22:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:22:21.997Z||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-08T15:22:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:22:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:22:21.999Z||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-08T15:22:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:22:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:22:31.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:23:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:23:21.997Z||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-08T15:23:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:23:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:23:21.998Z||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-08T15:23:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:23:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:23:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:24:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:24:21.998Z||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-08T15:24:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:24:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:24:21.999Z||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-08T15:24:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:24:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:24:31.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:25:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:25:21.998Z||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-08T15:25:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:25:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:25:21.998Z||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-08T15:25:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:25:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:25:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:26:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:26:21.998Z||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-08T15:26:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:26:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:26:22.000Z||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-08T15:26:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:26:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:26:31.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:27:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:27:21.997Z||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-08T15:27:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:27:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:27:21.998Z||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-08T15:27:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:27:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:27:31.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:28:21.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:28:21.997Z||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-08T15:28:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:28:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:28:21.998Z||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-08T15:28:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:28:31.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:28:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:29:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:29:21.997Z||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-08T15:29:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:29:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:29:21.999Z||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-08T15:29:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:29:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:29:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:30:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:30:21.997Z||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-08T15:30:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:30:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:30:21.998Z||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-08T15:30:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:30:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:30:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:31:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:31:21.997Z||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-08T15:31:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:31:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:31:21.999Z||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-08T15:31:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:31:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:31:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:32:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:32:21.997Z||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-08T15:32:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:32:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:32:21.998Z||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-08T15:32:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:32:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:32:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:33:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:33:21.997Z||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-08T15:33:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:33:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:33:21.998Z||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-08T15:33:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:33:31.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:33:31.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:34:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:34:21.997Z||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-08T15:34:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:34:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:34:21.998Z||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-08T15:34:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:34:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:34:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:35:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:35:21.997Z||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-08T15:35:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:35:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:35:21.998Z||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-08T15:35:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:35:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:35:31.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:36:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:36:21.997Z||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-08T15:36:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:36:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:36:21.999Z||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-08T15:36:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:36:31.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:36:31.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:37:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:37:21.998Z||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-08T15:37:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:37:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:37:21.998Z||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-08T15:37:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:37:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:37:31.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:38:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:38:21.997Z||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-08T15:38:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:38:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:38:21.999Z||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-08T15:38:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:38:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:38:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:39:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:39:21.997Z||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-08T15:39:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:39:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:39:21.999Z||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-08T15:39:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:39:31.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:39:31.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:40:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:40:21.997Z||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-08T15:40:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:40:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:40:21.998Z||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-08T15:40:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:40:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:40:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:41:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:41:21.997Z||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-08T15:41:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:41:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:41:21.999Z||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-08T15:41:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:41:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:41:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:42:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:42:21.997Z||pool-2-thread-10|||||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-08T15:42:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:42:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:42:22.000Z||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-08T15:42:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:42:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:42:31.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:43:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:43:21.997Z||pool-2-thread-10|||||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-08T15:43:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:43:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:43:21.998Z||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-08T15:43:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:43:31.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:43:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:44:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:44:21.997Z||pool-2-thread-10|||||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-08T15:44:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:44:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:44:21.999Z||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-08T15:44:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:44:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:44:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:45:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:45:21.997Z||pool-2-thread-10|||||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-08T15:45:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:45:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:45:21.999Z||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-08T15:45:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:45:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:45:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:46:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:46:21.997Z||pool-2-thread-10|||||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-08T15:46:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:46:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:46:21.998Z||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-08T15:46:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:46:31.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:46:31.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:47:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:47:21.997Z||pool-2-thread-10|||||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-08T15:47:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:47:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:47:21.999Z||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-08T15:47:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:47:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:47:31.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:48:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:48:21.997Z||pool-2-thread-10|||||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-08T15:48:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:48:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:48:21.998Z||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-08T15:48:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:48:31.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:48:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:49:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:49:21.997Z||pool-2-thread-10|||||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-08T15:49:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:49:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:49:22.000Z||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-08T15:49:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:49:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:49:31.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:50:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:50:21.997Z||pool-2-thread-10|||||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-08T15:50:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:50:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:50:21.998Z||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-08T15:50:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:50:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:50:31.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:51:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:51:21.997Z||pool-2-thread-10|||||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-08T15:51:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:51:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:51:21.999Z||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-08T15:51:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:51:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:51:31.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:52:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:52:21.998Z||pool-2-thread-10|||||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-08T15:52:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:52:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:52:21.998Z||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-08T15:52:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:52:31.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:52:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:53:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:53:21.997Z||pool-2-thread-10|||||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-08T15:53:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:53:21.999Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:53:21.999Z||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-08T15:53:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:53:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:53:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:54:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:54:21.997Z||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-08T15:54:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:54:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:54:22.000Z||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-08T15:54:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:54:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:54:31.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:55:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:55:21.997Z||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-08T15:55:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:55:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:55:21.999Z||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-08T15:55:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:55:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:55:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:56:21.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:56:21.997Z||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-08T15:56:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:56:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:56:21.999Z||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-08T15:56:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:56:31.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:56:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:57:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:57:21.997Z||pool-2-thread-10|||||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-08T15:57:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:57:22.000Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:57:22.001Z||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-08T15:57:22.002Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:57:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:57:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:58:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:58:21.997Z||pool-2-thread-10|||||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-08T15:58:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:58:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:58:21.998Z||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-08T15:58:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:58:31.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:58:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:59:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:59:21.997Z||pool-2-thread-10|||||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-08T15:59:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T15:59:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T15:59:21.999Z||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-08T15:59:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T15:59:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T15:59:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:00:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:00:21.997Z||pool-2-thread-10|||||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-08T16:00:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:00:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:00:21.999Z||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-08T16:00:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:00:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:00:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:01:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:01:21.997Z||pool-2-thread-10|||||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-08T16:01:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:01:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:01:21.999Z||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-08T16:01:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:01:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:01:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:02:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:02:21.997Z||pool-2-thread-10|||||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-08T16:02:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:02:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:02:21.998Z||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-08T16:02:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:02:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:02:31.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:03:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:03:21.998Z||pool-2-thread-10|||||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-08T16:03:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:03:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:03:21.998Z||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-08T16:03:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:03:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:03:31.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:04:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:04:21.997Z||pool-2-thread-10|||||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-08T16:04:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:04:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:04:21.998Z||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-08T16:04:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:04:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:04:31.530Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:05:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:05:21.997Z||pool-2-thread-10|||||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-08T16:05:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:05:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:05:21.998Z||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-08T16:05:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:05:31.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:05:31.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:06:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:06:21.997Z||pool-2-thread-10|||||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-08T16:06:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:06:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:06:21.998Z||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-08T16:06:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:06:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:06:31.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:07:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:07:21.997Z||pool-2-thread-10|||||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-08T16:07:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:07:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:07:21.999Z||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-08T16:07:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:07:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:07:31.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:08:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:08:21.997Z||pool-2-thread-10|||||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-08T16:08:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:08:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:08:21.999Z||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-08T16:08:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:08:31.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:08:31.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:09:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:09:21.997Z||pool-2-thread-10|||||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-08T16:09:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:09:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:09:21.999Z||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-08T16:09:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:09:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:09:31.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:10:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:10:21.997Z||pool-2-thread-10|||||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-08T16:10:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:10:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:10:21.998Z||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-08T16:10:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:10:31.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:10:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:11:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:11:21.998Z||pool-2-thread-10|||||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-08T16:11:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:11:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:11:21.999Z||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-08T16:11:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:11:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:11:31.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:12:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:12:21.997Z||pool-2-thread-10|||||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-08T16:12:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:12:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:12:21.998Z||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-08T16:12:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:12:31.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:12:31.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:13:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:13:21.997Z||pool-2-thread-10|||||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-08T16:13:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:13:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:13:21.998Z||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-08T16:13:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:13:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:13:31.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:14:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:14:21.997Z||pool-2-thread-10|||||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-08T16:14:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:14:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:14:21.998Z||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-08T16:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:14:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:14:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:15:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:15:21.997Z||pool-2-thread-10|||||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-08T16:15:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:15:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:15:21.998Z||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-08T16:15:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:15:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:15:31.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:16:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:16:21.998Z||pool-2-thread-10|||||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-08T16:16:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:16:22.000Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:16:22.000Z||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-08T16:16:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:16:31.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:16:31.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:17:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:17:21.998Z||pool-2-thread-10|||||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-08T16:17:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:17:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:17:21.999Z||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-08T16:17:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:17:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:17:31.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:18:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:18:21.997Z||pool-2-thread-10|||||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-08T16:18:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:18:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:18:21.999Z||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-08T16:18:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:18:31.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:18:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:19:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:19:21.998Z||pool-2-thread-10|||||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-08T16:19:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:19:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:19:21.999Z||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-08T16:19:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:19:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:19:31.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:20:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:20:21.998Z||pool-2-thread-10|||||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-08T16:20:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:20:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:20:21.998Z||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-08T16:20:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:20:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:20:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:21:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:21:21.998Z||pool-2-thread-10|||||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-08T16:21:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:21:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:21:21.998Z||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-08T16:21:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:21:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:21:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:22:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:22:21.997Z||pool-2-thread-10|||||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-08T16:22:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:22:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:22:21.998Z||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-08T16:22:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:22:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:22:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:23:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:23:21.997Z||pool-2-thread-10|||||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-08T16:23:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:23:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:23:21.998Z||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-08T16:23:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:23:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:23:31.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:24:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:24:21.997Z||pool-2-thread-10|||||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-08T16:24:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:24:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:24:21.999Z||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-08T16:24:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:24:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:24:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:25:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:25:21.998Z||pool-2-thread-10|||||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-08T16:25:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:25:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:25:21.998Z||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-08T16:25:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:25:31.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:25:31.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:26:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:26:21.997Z||pool-2-thread-10|||||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-08T16:26:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:26:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:26:21.999Z||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-08T16:26:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:26:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:26:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:27:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:27:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:27:21.998Z||pool-2-thread-10|||||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-08T16:27:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:27:21.999Z||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-08T16:27:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:27:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:27:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:28:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:28:21.997Z||pool-2-thread-10|||||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-08T16:28:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:28:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:28:21.999Z||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-08T16:28:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:28:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:28:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:29:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:29:21.998Z||pool-2-thread-10|||||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-08T16:29:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:29:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:29:21.999Z||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-08T16:29:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:29:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:29:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:30:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:30:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:30:21.998Z||pool-2-thread-10|||||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-08T16:30:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:30:21.998Z||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-08T16:30:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:30:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:30:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:31:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:31:21.997Z||pool-2-thread-10|||||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-08T16:31:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:31:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:31:21.998Z||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-08T16:31:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:31:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:31:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:32:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:32:21.997Z||pool-2-thread-10|||||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-08T16:32:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:32:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:32:21.998Z||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-08T16:32:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:32:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:32:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:33:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:33:21.997Z||pool-2-thread-10|||||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-08T16:33:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:33:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:33:21.998Z||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-08T16:33:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:33:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:33:31.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:34:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:34:21.997Z||pool-2-thread-10|||||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-08T16:34:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:34:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:34:21.999Z||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-08T16:34:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:34:31.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:34:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:35:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:35:21.997Z||pool-2-thread-10|||||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-08T16:35:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:35:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:35:21.998Z||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-08T16:35:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:35:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:35:31.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:36:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:36:21.997Z||pool-2-thread-10|||||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-08T16:36:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:36:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:36:21.998Z||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-08T16:36:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:36:31.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:36:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:37:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:37:21.997Z||pool-2-thread-10|||||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-08T16:37:21.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T16:37:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:37:21.998Z||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-08T16:37:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:37:31.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:37:31.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:38:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:38:21.998Z||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-08T16:38:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:38:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:38:22.000Z||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-08T16:38:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:38:31.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:38:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:39:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:39:21.997Z||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-08T16:39:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:39:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:39:21.999Z||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-08T16:39:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:39:31.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:39:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:40:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:40:21.997Z||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-08T16:40:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:40:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:40:21.998Z||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-08T16:40:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:40:31.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:40:31.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:41:21.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:41:21.997Z||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-08T16:41:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:41:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:41:21.999Z||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-08T16:41:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:41:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:41:31.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:42:21.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:42:21.997Z||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-08T16:42:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:42:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:42:21.999Z||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-08T16:42:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:42:31.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:42:31.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:43:21.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:43:21.997Z||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-08T16:43:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:43:21.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:43:21.999Z||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-08T16:43:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:43:31.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:43:31.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:44:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:44:21.998Z||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-08T16:44:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:44:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:44:21.999Z||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-08T16:44:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:44:31.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:44:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:45:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:45:21.997Z||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-08T16:45:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:45:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:45:21.998Z||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-08T16:45:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:45:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:45:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:46:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:46:21.997Z||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-08T16:46:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:46:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:46:21.998Z||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-08T16:46:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:46:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:46:31.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:47:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:47:21.997Z||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-08T16:47:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:47:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:47:21.999Z||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-08T16:47:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:47:31.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:47:31.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:48:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:48:21.997Z||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-08T16:48:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:48:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:48:21.998Z||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-08T16:48:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:48:31.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:48:31.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:49:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:49:21.997Z||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-08T16:49:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:49:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:49:21.999Z||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-08T16:49:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:49:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:49:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:50:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:50:21.997Z||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-08T16:50:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:50:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:50:21.999Z||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-08T16:50:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:50:31.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:50:31.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:51:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:51:21.997Z||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-08T16:51:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:51:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:51:21.998Z||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-08T16:51:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:51:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:51:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:52:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:52:21.997Z||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-08T16:52:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:52:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:52:21.999Z||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-08T16:52:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:52:31.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:52:31.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:53:21.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:53:21.997Z||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-08T16:53:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:53:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:53:21.998Z||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-08T16:53:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:53:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:53:31.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:54:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:54:21.997Z||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-08T16:54:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:54:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:54:21.999Z||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-08T16:54:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:54:31.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:54:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:55:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:55:21.997Z||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-08T16:55:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:55:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:55:21.999Z||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-08T16:55:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:55:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:55:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:56:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:56:21.997Z||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-08T16:56:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:56:21.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:56:21.999Z||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-08T16:56:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:56:31.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:56:31.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:57:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:57:21.997Z||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-08T16:57:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:57:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:57:21.998Z||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-08T16:57:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:57:31.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:57:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:58:21.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:58:21.997Z||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-08T16:58:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:58:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:58:21.998Z||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-08T16:58:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:58:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:58:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:59:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:59:21.997Z||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-08T16:59:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:59:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T16:59:21.998Z||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-08T16:59:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T16:59:31.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T16:59:31.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:00:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:00:21.997Z||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-08T17:00:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:00:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:00:21.998Z||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-08T17:00:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:00:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:00:31.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:21.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:01:21.997Z||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-08T17:01:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:01:21.998Z||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-08T17:01:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:22.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:22.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOTIFIED" } 2022-03-08T17:01:22.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758857337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758858188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758857094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "aai-ml", "timestamp": 1646758869342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758870318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758870425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "multicloud-k8s-id", "timestamp": 1646758863909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "aai-ml", "timestamp": 1646758869342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "ves-openapi-manager", "timestamp": 1646758870400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "policy-id", "timestamp": 1646758871324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "cds", "timestamp": 1646758871443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-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-08T17:01:22.280Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1198c7aa marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=11003) 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-08T17:01:22.281Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-08T17:01:22.281Z||pool-2-thread-1|||||ERROR|500||(conn=11003) WSREP has not yet prepared node for application use 2022-03-08T17:01:22.283Z||pool-2-thread-1|||||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=11003) 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-08T17:01:22.284Z||pool-2-thread-1|||||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=11003) 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-08T17:01:22.288Z||pool-2-thread-1|||||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-08T17:01:22.289Z||pool-2-thread-1|||||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-08T17:01:22.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:22.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:01:22.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"765c3cf0-bae6-4a85-baba-a9bf13eed05e","serviceName":"vFW 2022-03-08 16-58-22","serviceVersion":"1.0","serviceUUID":"9dc8b2f4-8bdb-42fb-be22-4a76a875efbe","serviceDescription":"catalog service description","serviceInvariantUUID":"0d05ce67-25fa-47ca-9740-679c9166f779","resources":[{"resourceInstanceName":"vFW 860045ca-0ed1 0","resourceName":"vFW 860045ca-0ed1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7fca9b1-9d30-4db8-93c4-f3c430ca0d47","resourceInvariantUUID":"eab770ef-89d9-4fc5-937e-200dc941ec16","resourceCustomizationUUID":"78a5af13-d2f2-4bd0-b78a-9ecb9c945a34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml","artifactChecksum":"ZjRhZmJiMGFmOThjMjA0NWEzZmJjZDBkZDBjYjRhNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c23c56f5-13b8-4d6b-989e-67ed032cc734","artifactVersion":"1"},{"artifactName":"vfw860045ca0ed10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json","artifactChecksum":"OGI0MWFhN2MyYmU0OTE2OTA3YTJhY2EwYjg1ZTVjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76610b51-244c-4335-b8d3-3ea7ed96479b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"094aa45a-07fe-4b4f-97ff-aa4e8d82b76a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml","artifactChecksum":"NGQ4YjZiNTI3MTQyOTc4NGMwM2E4YTE1MTQ4OTU1MGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ffa5fbf-7367-4e8f-8318-9480a9bb2bae","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46092993-938a-410f-9a7e-8ae8caf9b195","artifactVersion":"2","generatedFromUUID":"094aa45a-07fe-4b4f-97ff-aa4e8d82b76a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308165822-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml","artifactChecksum":"NjY1NjI0OWUxYzk0NzAyMTE0MGI5NTY1YTQyNTQ3Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"296d1456-7eef-4826-b5fa-fd030503039d","artifactVersion":"1"},{"artifactName":"service-Vfw20220308165822-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar","artifactChecksum":"YWY5MjFlNzMyOWU4MzA0ZGY2MTM2MmMxZmMyZTlkNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e412f7e-2096-4cbc-aa27-efbda0b84a70","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:01:22.627Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:22.631Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:22.636Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:22.637Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:22.737Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T17:01:22.741Z||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-08T17:01:22.741Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:22.749Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:22.750Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:23.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:23.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:23.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:23.645Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOTIFIED" } 2022-03-08T17:01:23.745Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:23.745Z||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-08T17:01:23.746Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:23.755Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:23.755Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:24.645Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:24.646Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:24.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:24.648Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:01:24.748Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:24.749Z||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-08T17:01:24.749Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:24.757Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:24.757Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:25.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:25.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:25.652Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:25.652Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:25.752Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:25.753Z||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-08T17:01:25.753Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:25.760Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:25.760Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:26.652Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:26.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:26.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:26.655Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:01:26.756Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:01:26.756Z||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-08T17:01:26.757Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:26.764Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:26.764Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:27.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:27.657Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:27.658Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:27.658Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:01:27.758Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:27.759Z||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-08T17:01:27.759Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:27.768Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:27.768Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:28.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:01:28.660Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:28.662Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:28.662Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:01:28.762Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:28.763Z||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-08T17:01:28.763Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:28.771Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:28.772Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:01:29.664Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "serviceName": "vFW 2022-03-08 16-58-22", "serviceVersion": "1.0", "serviceUUID": "9dc8b2f4-8bdb-42fb-be22-4a76a875efbe", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0d05ce67-25fa-47ca-9740-679c9166f779", "resources": [ { "resourceInstanceName": "vFW 860045ca-0ed1 0", "resourceCustomizationUUID": "78a5af13-d2f2-4bd0-b78a-9ecb9c945a34", "resourceName": "vFW 860045ca-0ed1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a7fca9b1-9d30-4db8-93c4-f3c430ca0d47", "resourceInvariantUUID": "eab770ef-89d9-4fc5-937e-200dc941ec16", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw860045ca0ed10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "artifactChecksum": "OGI0MWFhN2MyYmU0OTE2OTA3YTJhY2EwYjg1ZTVjZjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76610b51-244c-4335-b8d3-3ea7ed96479b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "094aa45a-07fe-4b4f-97ff-aa4e8d82b76a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46092993-938a-410f-9a7e-8ae8caf9b195", "generatedFromUUID": "094aa45a-07fe-4b4f-97ff-aa4e8d82b76a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46092993-938a-410f-9a7e-8ae8caf9b195", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308165822-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "artifactChecksum": "YWY5MjFlNzMyOWU4MzA0ZGY2MTM2MmMxZmMyZTlkNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e412f7e-2096-4cbc-aa27-efbda0b84a70" } ], "workloadContext": "Production" } 2022-03-08T17:01:29.664Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:01:29.664Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dc8b2f4-8bdb-42fb-be22-4a76a875efbe ASDC 2022-03-08T17:01:29.734Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:765c3cf0-bae6-4a85-baba-a9bf13eed05e ServiceName:vFW 2022-03-08 16-58-22 ServiceVersion:1.0 ServiceUUID:9dc8b2f4-8bdb-42fb-be22-4a76a875efbe ServiceInvariantUUID:0d05ce67-25fa-47ca-9740-679c9166f779 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308165822-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar ArtifactUUID:2e412f7e-2096-4cbc-aa27-efbda0b84a70 ArtifactChecksum:YWY5MjFlNzMyOWU4MzA0ZGY2MTM2MmMxZmMyZTlkNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 860045ca-0ed1 0 ResourceCustomizationUUID:78a5af13-d2f2-4bd0-b78a-9ecb9c945a34 ResourceInvariantUUID:eab770ef-89d9-4fc5-937e-200dc941ec16 ResourceName:vFW 860045ca-0ed1 ResourceType:VF ResourceUUID:a7fca9b1-9d30-4db8-93c4-f3c430ca0d47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw860045ca0ed10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json ArtifactUUID:76610b51-244c-4335-b8d3-3ea7ed96479b ArtifactChecksum:OGI0MWFhN2MyYmU0OTE2OTA3YTJhY2EwYjg1ZTVjZjg= 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/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml ArtifactUUID:094aa45a-07fe-4b4f-97ff-aa4e8d82b76a 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/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env ArtifactUUID:46092993-938a-410f-9a7e-8ae8caf9b195 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/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env ArtifactUUID:46092993-938a-410f-9a7e-8ae8caf9b195 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:01:29.735Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dc8b2f4-8bdb-42fb-be22-4a76a875efbe 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=? 2022-03-08T17:01:29.818Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@75c6f306 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=11009) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 84 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) ... 85 common frames omitted 2022-03-08T17:01:29.819Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-08T17:01:29.819Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||ERROR|500||(conn=11009) WSREP has not yet prepared node for application use 2022-03-08T17:01:29.821Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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=11009) 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) ... 79 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) ... 84 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) ... 85 common frames omitted 2022-03-08T17:01:29.822Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 48 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=11009) 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) ... 79 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) ... 84 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) ... 85 common frames omitted 2022-03-08T17:01:29.825Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 28 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) ... 31 common frames omitted 2022-03-08T17:01:29.825Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 765c3cf0-bae6-4a85-baba-a9bf13eed05e 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-08T17:01:29.895Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 765c3cf0-bae6-4a85-baba-a9bf13eed05e and serviceModelVersionId: 2022-03-08T17:01:29.896Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d05ce67-25fa-47ca-9740-679c9166f779 2022-03-08T17:01:29.903Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 2022-03-08T17:01:29.903Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 2022-03-08T17:01:29.903Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:01:29.903Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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.lang.Exception: No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-03-08T17:01:29.903Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 0d05ce67-25fa-47ca-9740-679c9166f779 2022-03-08T17:01:29.904Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 765c3cf0-bae6-4a85-baba-a9bf13eed05e 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-08T17:01:29.904Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:01:29.905Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:01:29.907Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:01:29.907Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758889904, "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-08T17:01:30.007Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:01:30.008Z||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-08T17:01:30.008Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:01:30.016Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:01:30.017Z||pool-10-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:02:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:02:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:02:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:02:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:02:21.998Z||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-08T17:02:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:02:22.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:02:22.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:02:22.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "clamp", "timestamp": 1646758882082, "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-08T17:02:22.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 765c3cf0-bae6-4a85-baba-a9bf13eed05e 2022-03-08T17:02:22.044Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765c3cf0-bae6-4a85-baba-a9bf13eed05e 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-08T17:02:31.533Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:03:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:03:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:03:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:03:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:03:21.998Z||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-08T17:03:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:03:22.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:03:22.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646758883112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vfw860045ca0ed10_modules.json", "status": "NOTIFIED" } 2022-03-08T17:03:22.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:03:22.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/resourceInstances/vfw860045ca0ed10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646758887519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646758888523, "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-08T17:03:22.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 765c3cf0-bae6-4a85-baba-a9bf13eed05e 2022-03-08T17:03:22.533Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765c3cf0-bae6-4a85-baba-a9bf13eed05e 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-08T17:03:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758881996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:03:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646758889904, "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-08T17:03:22.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "aai-ml", "timestamp": 1646758891508, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308165822/1.0/artifacts/service-Vfw20220308165822-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:03:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "765c3cf0-bae6-4a85-baba-a9bf13eed05e", "consumerID": "aai-ml", "timestamp": 1646758892512, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:03:22.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 765c3cf0-bae6-4a85-baba-a9bf13eed05e 2022-03-08T17:03:22.547Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765c3cf0-bae6-4a85-baba-a9bf13eed05e 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-08T17:03:31.535Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:04:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:04:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:04:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:04:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:04:21.998Z||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-08T17:04:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:04:31.529Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:04:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:05:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:05:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:05:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:05:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:05:21.999Z||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-08T17:05:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:05:31.530Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:05:31.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:06:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:06:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:06:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:06:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:06:21.999Z||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-08T17:06:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:06:31.533Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:06:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:07:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:07:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:07:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:07:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:07:21.998Z||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-08T17:07:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:07:31.535Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:07:31.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:08:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:08:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:08:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:08:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:08:21.998Z||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-08T17:08:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:08:31.535Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:08:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:09:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:09:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:09:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:09:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:09:21.998Z||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-08T17:09:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:09:31.531Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:09:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:10:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:10:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:10:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:10:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:10:21.999Z||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-08T17:10:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:10:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:10:31.535Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:11:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:11:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:11:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:11:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:11:21.998Z||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-08T17:11:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:11:31.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:11:31.541Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:12:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:12:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:12:21.998Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:12:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:12:21.998Z||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-08T17:12:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:12:31.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:12:31.537Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:13:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:13:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:13:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:13:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:13:21.998Z||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-08T17:13:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:13:31.533Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:13:31.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:14:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:14:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:14:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:14:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:14:21.998Z||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-08T17:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:14:31.536Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:14:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:15:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:15:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:15:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:15:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:15:21.998Z||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-08T17:15:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:15:31.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:15:31.532Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:16:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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-08T17:16:21.997Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:16:21.998Z||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-08T17:16:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:22.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:22.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759739342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759738188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759742337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759749414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759749487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759750199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759750490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759743909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "cds", "timestamp": 1646759751205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:16:22.278Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "policy-id", "timestamp": 1646759751493, "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-08T17:16:22.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759745142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759751887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759752998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759753085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759754383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759754692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759755400, "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-08T17:16:22.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759755663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:16:22.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "aai-ml", "timestamp": 1646759755695, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:16:22.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "multicloud-k8s-id", "timestamp": 1646759756403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:16:22.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759756667, "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-08T17:16:22.323Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.323Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "ves-openapi-manager", "timestamp": 1646759750401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759757094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759773768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759775155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "clamp", "timestamp": 1646759776158, "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-08T17:16:22.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67f0dc11-3374-4ab5-ba93-41567a2f0f56 2022-03-08T17:16:22.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:16:22.619Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:22.622Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:16:22.622Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"67f0dc11-3374-4ab5-ba93-41567a2f0f56","serviceName":"basic_onboard_wJmIcz","serviceVersion":"1.0","serviceUUID":"431dff2c-6fd1-49d2-b277-aa99c093d00d","serviceDescription":"service","serviceInvariantUUID":"052f893c-bf90-45d5-81f7-92659dba5b95","resources":[{"resourceInstanceName":"basic_onboard_wJmIcz 0","resourceName":"basic_onboard_wJmIcz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15526164-591f-4fde-8b93-e1471ff6c258","resourceInvariantUUID":"9817a3d0-0d85-4ef7-8560-d2503c60e1bd","resourceCustomizationUUID":"731898e4-004d-44ca-bedb-c9b23d9141ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml","artifactChecksum":"NDJhYmE0NWE1YmQ5ZDI2MDBjMTc4M2ZlNjM5M2MyYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5050047-898a-42be-9b4d-fdd90b050376","artifactVersion":"1"},{"artifactName":"basic_onboard_wjmicz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json","artifactChecksum":"NTY1N2MwMjY5OTU3M2U3NmJlMzQ3Yzk4ZTA1NzAzMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d3abc96-4aab-4b29-9dbd-12752debd277","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f55f15d8-f275-4dec-a0a9-711aac75cd14","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d8aeab6-2d98-4cf5-b40e-3797e97e7dc0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb","artifactVersion":"2","generatedFromUUID":"f55f15d8-f275-4dec-a0a9-711aac75cd14"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWjmicz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml","artifactChecksum":"ZTIwODcyNGYyMWJiZmM4MDNkYzA0ZjdjM2UyNjY0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6083740-767c-4eb8-a6f1-0fde614affcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWjmicz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar","artifactChecksum":"NTkwYThkODgwOWVkYjEwMzMyZTYxMjkzODcyMWZlNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88d2e142-3f2d-4e6a-a6b8-81827f9c55af","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:16:22.625Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:22.625Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:22.627Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:22.627Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:22.727Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:22.728Z||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-08T17:16:22.729Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:22.737Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:22.737Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:23.628Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:23.629Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:23.631Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:23.631Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:16:23.731Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:23.732Z||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-08T17:16:23.733Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:23.741Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:23.742Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:24.631Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:24.632Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:24.634Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:24.634Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T17:16:24.734Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:24.735Z||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-08T17:16:24.735Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:24.743Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:24.744Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:16:25.635Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:25.636Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:25.638Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:25.638Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:25.738Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:25.739Z||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-08T17:16:25.739Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:25.748Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:25.748Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:26.638Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:26.639Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:26.641Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:26.641Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T17:16:26.741Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:26.742Z||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-08T17:16:26.742Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:26.750Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:26.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:27.641Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:27.642Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:27.645Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:27.645Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:16:27.745Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:27.746Z||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-08T17:16:27.746Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:27.754Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:27.754Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:28.645Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:16:28.647Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:28.649Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:28.649Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:16:28.749Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T17:16:28.750Z||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-08T17:16:28.750Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:28.758Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:28.759Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:29.651Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "serviceName": "basic_onboard_wJmIcz", "serviceVersion": "1.0", "serviceUUID": "431dff2c-6fd1-49d2-b277-aa99c093d00d", "serviceDescription": "service", "serviceInvariantUUID": "052f893c-bf90-45d5-81f7-92659dba5b95", "resources": [ { "resourceInstanceName": "basic_onboard_wJmIcz 0", "resourceCustomizationUUID": "731898e4-004d-44ca-bedb-c9b23d9141ee", "resourceName": "basic_onboard_wJmIcz", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "15526164-591f-4fde-8b93-e1471ff6c258", "resourceInvariantUUID": "9817a3d0-0d85-4ef7-8560-d2503c60e1bd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wjmicz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "artifactChecksum": "NTY1N2MwMjY5OTU3M2U3NmJlMzQ3Yzk4ZTA1NzAzMWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d3abc96-4aab-4b29-9dbd-12752debd277", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f55f15d8-f275-4dec-a0a9-711aac75cd14", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb", "generatedFromUUID": "f55f15d8-f275-4dec-a0a9-711aac75cd14" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWjmicz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "artifactChecksum": "NTkwYThkODgwOWVkYjEwMzMyZTYxMjkzODcyMWZlNjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88d2e142-3f2d-4e6a-a6b8-81827f9c55af" } ], "workloadContext": "Production" } 2022-03-08T17:16:29.652Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:16:29.652Z|765c3cf0-bae6-4a85-baba-a9bf13eed05e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 431dff2c-6fd1-49d2-b277-aa99c093d00d ASDC 2022-03-08T17:16:29.652Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:67f0dc11-3374-4ab5-ba93-41567a2f0f56 ServiceName:basic_onboard_wJmIcz ServiceVersion:1.0 ServiceUUID:431dff2c-6fd1-49d2-b277-aa99c093d00d ServiceInvariantUUID:052f893c-bf90-45d5-81f7-92659dba5b95 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWjmicz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar ArtifactUUID:88d2e142-3f2d-4e6a-a6b8-81827f9c55af ArtifactChecksum:NTkwYThkODgwOWVkYjEwMzMyZTYxMjkzODcyMWZlNjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_wJmIcz 0 ResourceCustomizationUUID:731898e4-004d-44ca-bedb-c9b23d9141ee ResourceInvariantUUID:9817a3d0-0d85-4ef7-8560-d2503c60e1bd ResourceName:basic_onboard_wJmIcz ResourceType:VF ResourceUUID:15526164-591f-4fde-8b93-e1471ff6c258 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wjmicz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json ArtifactUUID:7d3abc96-4aab-4b29-9dbd-12752debd277 ArtifactChecksum:NTY1N2MwMjY5OTU3M2U3NmJlMzQ3Yzk4ZTA1NzAzMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml ArtifactUUID:f55f15d8-f275-4dec-a0a9-711aac75cd14 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env ArtifactUUID:1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env ArtifactUUID:1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:16:29.652Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 431dff2c-6fd1-49d2-b277-aa99c093d00d 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-08T17:16:29.678Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:16:29.679Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:16:29.679Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:16:29.680Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 88d2e142-3f2d-4e6a-a6b8-81827f9c55af from URL: /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:29.680Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:16:29.681Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:29.892Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:16:29.902Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar 88d2e142-3f2d-4e6a-a6b8-81827f9c55af 71583 2022-03-08T17:16:29.902Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar ASDC sendASDCNotification 2022-03-08T17:16:29.902Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:29.903Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:16:29.903Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:29.904Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:29.905Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759789902, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:30.005Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:30.005Z||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-08T17:16:30.005Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:30.013Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:30.014Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:30.905Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:16:30.906Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:16:30.907Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 88d2e142-3f2d-4e6a-a6b8-81827f9c55af, URL: /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar to file: /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:30.907Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:30.962Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:30.962Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:31.542Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14241917530335562523/Definitions/service-BasicOnboardWjmicz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-08T17:16:33.135Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:16:33.139Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:16:33.139Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.139Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-08T17:16:33.139Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wJmIcz 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.139Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:33.140Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:16:33.145Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.146Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.148Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:33.148Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:16:33.149Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:16:33.150Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.150Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.150Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:33.150Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:16:33.150Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:16:33.151Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.151Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.153Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.153Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is not matching search criteria 2022-03-08T17:16:33.153Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-08T17:16:33.153Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:16:33.154Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.155Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is not matching search criteria 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47e2a1b8-a06f-4660-b6cf-337aa02ddae3 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.156Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.157Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.157Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:33.157Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:33.157Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_wJmIcz Description:service Model UUID:431dff2c-6fd1-49d2-b277-aa99c093d00d Model Version:NULL Model InvariantUuid:052f893c-bf90-45d5-81f7-92659dba5b95 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_wJmIcz Model UUID:94ee64cd-a347-48ab-800c-f5b50f3f2322 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9817a3d0-0d85-4ef7-8560-d2503c60e1bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:731898e4-004d-44ca-bedb-c9b23d9141ee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c04b570b-3ad7-4ec0-b6b6-dd05b656cc99 ModelName:BasicOnboardWjmicz..base_ubuntu18..module-0 ModelUuid:a034c3c0-4ed6-4811-9b0e-16ee911eb0c3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47e2a1b8-a06f-4660-b6cf-337aa02ddae3 ModelInvariantUuid:9671f641-13d5-4876-95ab-429ae5ba99e8 ModelName:basic_onboard_wJmIcz-nodes.ubuntu18Cvfc ModelUuid:11bbaa78-7759-42bb-b1fe-dd238aad39cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a3506249-1594-4713-b687-c284c0f53051 ModelInvariantUuid:54f0ed57-b6db-48c0-8763-95fa96ff3b5e ModelName:BasicOnboardWjmicz.compute.nodes.heat.ubuntu18 ModelUuid:53f806a6-5cf6-4bd4-a477-785fcffa0881 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-08T17:16:33.167Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 15526164-591f-4fde-8b93-e1471ff6c258 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-08T17:16:33.175Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||basic_onboard_wJmIcz 0 2022-03-08T17:16:33.180Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15526164-591f-4fde-8b93-e1471ff6c258 2022-03-08T17:16:33.180Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7d3abc96-4aab-4b29-9dbd-12752debd277 from URL: /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json 2022-03-08T17:16:33.180Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:16:33.180Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json 2022-03-08T17:16:33.290Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:16:33.291Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json 7d3abc96-4aab-4b29-9dbd-12752debd277 798 2022-03-08T17:16:33.291Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json ASDC sendASDCNotification 2022-03-08T17:16:33.292Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json 2022-03-08T17:16:33.292Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:16:33.292Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:33.294Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:33.294Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759793291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:33.394Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:33.396Z||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-08T17:16:33.396Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:33.405Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:33.406Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:34.296Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWjmicz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c04b570b-3ad7-4ec0-b6b6-dd05b656cc99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a034c3c0-4ed6-4811-9b0e-16ee911eb0c3", "vfModuleModelCustomizationUUID": "5298ff5d-d5e5-4c58-bb67-6426a0072c08", "isBase": true, "artifacts": [ "f55f15d8-f275-4dec-a0a9-711aac75cd14", "1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:16:34.311Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWjmicz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a034c3c0-4ed6-4811-9b0e-16ee911eb0c3 VfModuleModelInvariantUUID:c04b570b-3ad7-4ec0-b6b6-dd05b656cc99 VfModuleModelDescription:NULL Artifacts UUID List:{ f55f15d8-f275-4dec-a0a9-711aac75cd14 , 1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:16:34.313Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWjmicz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c04b570b-3ad7-4ec0-b6b6-dd05b656cc99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a034c3c0-4ed6-4811-9b0e-16ee911eb0c3", "vfModuleModelCustomizationUUID": "5298ff5d-d5e5-4c58-bb67-6426a0072c08", "isBase": true, "artifacts": [ "f55f15d8-f275-4dec-a0a9-711aac75cd14", "1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:16:34.313Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWjmicz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a034c3c0-4ed6-4811-9b0e-16ee911eb0c3 VfModuleModelInvariantUUID:c04b570b-3ad7-4ec0-b6b6-dd05b656cc99 VfModuleModelDescription:NULL Artifacts UUID List:{ f55f15d8-f275-4dec-a0a9-711aac75cd14 , 1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:16:34.313Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f55f15d8-f275-4dec-a0a9-711aac75cd14 from URL: /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml 2022-03-08T17:16:34.313Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:16:34.313Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml 2022-03-08T17:16:34.358Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:16:34.358Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml f55f15d8-f275-4dec-a0a9-711aac75cd14 5033 2022-03-08T17:16:34.359Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T17:16:34.359Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml 2022-03-08T17:16:34.359Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:16:34.359Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:34.361Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:34.361Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759794359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:34.461Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:34.462Z||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-08T17:16:34.462Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:34.470Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:34.470Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:35.362Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb from URL: /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env 2022-03-08T17:16:35.362Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:16:35.363Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env 2022-03-08T17:16:35.414Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:16:35.414Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env 1a2916eb-83b4-4c43-bc8f-747f2ebb7fdb 909 2022-03-08T17:16:35.414Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T17:16:35.414Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env 2022-03-08T17:16:35.414Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:16:35.415Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:35.417Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:35.417Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759795414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:16:35.517Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:35.518Z||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-08T17:16:35.518Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:35.526Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:35.526Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:36.417Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 431dff2c-6fd1-49d2-b277-aa99c093d00d 2022-03-08T17:16:36.418Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wJmIcz 0 15526164-591f-4fde-8b93-e1471ff6c258 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-08T17:16:36.443Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a86626, org.onap.sdc.toscaparser.api.parameters.Input@13d66058, org.onap.sdc.toscaparser.api.parameters.Input@4381d4a9, org.onap.sdc.toscaparser.api.parameters.Input@74dab1c9, org.onap.sdc.toscaparser.api.parameters.Input@5b26022] 2022-03-08T17:16:36.445Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.445Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.445Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:16:36.445Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 731898e4-004d-44ca-bedb-c9b23d9141ee 2022-03-08T17:16:36.445Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 731898e4-004d-44ca-bedb-c9b23d9141ee matches Tosca VF Customization UUID: 731898e4-004d-44ca-bedb-c9b23d9141ee 2022-03-08T17:16:36.446Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 731898e4-004d-44ca-bedb-c9b23d9141ee 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-08T17:16:36.450Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.450Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.451Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 731898e4-004d-44ca-bedb-c9b23d9141ee: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-08T17:16:36.451Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@268ea080 2022-03-08T17:16:36.451Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.451Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:16:36.451Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5298ff5d-d5e5-4c58-bb67-6426a0072c08 2022-03-08T17:16:36.452Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5298ff5d-d5e5-4c58-bb67-6426a0072c08 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-08T17:16:36.456Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.456Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:36.456Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:36.456Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.456Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is not matching search criteria 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T17:16:36.457Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47e2a1b8-a06f-4660-b6cf-337aa02ddae3 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-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wJmIcz 0 is matching search criteria 2022-03-08T17:16:36.461Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wJmIcz 0] matching following query criteria: sdcType=VF, customizationUUID=731898e4-004d-44ca-bedb-c9b23d9141ee 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-08T17:16:36.463Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.463Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.463Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 431dff2c-6fd1-49d2-b277-aa99c093d00d: basic_onboard_wJmIcz 2022-03-08T17:16:36.463Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.463Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wJmIcz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:16:36.464Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_wJmIcz Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:16:36.601Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wJmIcz 15526164-591f-4fde-8b93-e1471ff6c258 1 ASDC deployResourceStructure 2022-03-08T17:16:36.601Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json ASDC sendASDCNotification 2022-03-08T17:16:36.601Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json 2022-03-08T17:16:36.601Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:16:36.601Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:36.603Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:36.603Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759796601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:16:36.704Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:16:36.705Z||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-08T17:16:36.705Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:36.713Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:36.714Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:16:37.604Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T17:16:37.605Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml 2022-03-08T17:16:37.605Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:16:37.605Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:37.607Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:37.607Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759797604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:16:37.707Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:37.708Z||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-08T17:16:37.708Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:37.716Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:37.716Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:38.608Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T17:16:38.608Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env 2022-03-08T17:16:38.608Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:16:38.609Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:38.610Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:38.610Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759798607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T17:16:38.711Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:38.711Z||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-08T17:16:38.712Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:38.720Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:38.720Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:39.611Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar ASDC sendASDCNotification 2022-03-08T17:16:39.612Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar 2022-03-08T17:16:39.612Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:16:39.612Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:16:39.614Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:16:39.614Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759799611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:16:39.715Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:16:39.715Z||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-08T17:16:39.715Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:16:39.723Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:16:39.724Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:16:40.615Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67f0dc11-3374-4ab5-ba93-41567a2f0f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:16:40.630Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67f0dc11-3374-4ab5-ba93-41567a2f0f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:16:40.633Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:16:40.638Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:17:10.638Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67f0dc11-3374-4ab5-ba93-41567a2f0f56 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-08T17:17:10.642Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67f0dc11-3374-4ab5-ba93-41567a2f0f56 and serviceModelVersionId: 431dff2c-6fd1-49d2-b277-aa99c093d00d 2022-03-08T17:17:10.643Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 052f893c-bf90-45d5-81f7-92659dba5b95 2022-03-08T17:17:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:17:21.999Z||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-08T17:17:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:22.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:22.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:17:22.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:17:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:17:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:17:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:17:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:17:22.293Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?depth=0 2022-03-08T17:17:22.376Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:17:22.777Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?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-08T17:17:22.783Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?depth=0|INFO|500||Invoke 2022-03-08T17:17:22.926Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:17:22.966Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:17:22.966Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|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/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-17:17:22:934-47358], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:17:22 GMT], Content-Type=[application/json]} 2022-03-08T17:17:22.969Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d","ERR.5.4.6114"]}}} 2022-03-08T17:17:23.031Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec=ERR.5.4.6114) 2022-03-08T17:17:23.031Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:17:23.032Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec=ERR.5.4.6114) 2022-03-08T17:17:23.032Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec=ERR.5.4.6114) 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-08T17:17:23.036Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:17:23.036Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67f0dc11-3374-4ab5-ba93-41567a2f0f56 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec=ERR.5.4.6114) 2022-03-08T17:17:23.036Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:17:23.037Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:23.038Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:23.038Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759843036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:17:23.139Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:17:23.140Z||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-08T17:17:23.140Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:23.148Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:23.149Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-08T17:17:24.049Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:17:24.050Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"65f10998-a921-46e7-bcbe-b1f7e1276ad9","serviceName":"vFW 2022-03-08 17-14-13","serviceVersion":"1.0","serviceUUID":"89251598-075d-45f9-856e-ba958b81a772","serviceDescription":"catalog service description","serviceInvariantUUID":"bcb019a4-aa9f-4bb0-840b-7df8d3e266f8","resources":[{"resourceInstanceName":"vFW 80556fd0-ccee 0","resourceName":"vFW 80556fd0-ccee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57cc8d9c-cd99-49b2-85ae-2b83b9f11b95","resourceInvariantUUID":"4d5e6166-21d8-4ec2-a891-e529dab43eaa","resourceCustomizationUUID":"a488a4ae-b320-4dd9-b056-502ef9197b1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml","artifactChecksum":"ZmEzMjlmMmFjYWMxNTJlYjAzMDQ3ZGVkZWQ2MjQyNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f9bccaf-8103-4f5d-8a49-c4a856c71b50","artifactVersion":"1"},{"artifactName":"vfw80556fd0ccee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json","artifactChecksum":"MTAwNGNjYjRhN2JmNzI4MGNmYWNhYTdhZWI1MWRhYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27ab96f2-708a-416b-875c-d507d0006264","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml","artifactChecksum":"YTVkOGI4NzFiNzI5YWJhMGYyNWMwNWZjNGZhMmQ3NWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2457ef9a-4d6a-44ac-89ca-4819de795bc8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"887bec70-3eb3-4e33-aae6-c6be7cab1286","artifactVersion":"2","generatedFromUUID":"c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308171413-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml","artifactChecksum":"YWM2ZDM1ZWFkYTk1NWRjZGEwYzM1MjMyMjVkNWVhOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae53d5be-243f-45d4-9f55-368990944aea","artifactVersion":"1"},{"artifactName":"service-Vfw20220308171413-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar","artifactChecksum":"YTgxOWI0MTdiZGQyN2Y2Y2ZhOGVhN2QzZjE5MzZmNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d85c6c4-93d9-47c0-91e7-a5750fcda655","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:17:24.051Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:24.051Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:24.053Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:24.053Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:17:24.153Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:24.154Z||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-08T17:17:24.154Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:24.162Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:24.163Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:25.054Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:25.055Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:25.057Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:25.057Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:17:25.157Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:25.158Z||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-08T17:17:25.158Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:25.166Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:25.167Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:17:26.058Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:26.059Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:26.061Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:26.061Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:17:26.161Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:26.162Z||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-08T17:17:26.163Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:26.171Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:26.172Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:17:27.062Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:27.063Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:27.065Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:27.065Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:17:27.165Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:27.166Z||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-08T17:17:27.166Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:27.174Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:27.174Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:28.066Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:28.067Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:28.069Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:28.069Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:17:28.169Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:28.170Z||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-08T17:17:28.170Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:28.179Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:28.180Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:17:29.070Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:29.071Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:29.073Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:29.073Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:17:29.173Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:29.174Z||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-08T17:17:29.175Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:29.185Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:29.185Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:30.074Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:17:30.075Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:30.077Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:30.077Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:17:30.177Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:30.179Z||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-08T17:17:30.179Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:30.188Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:30.188Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:31.079Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "serviceName": "vFW 2022-03-08 17-14-13", "serviceVersion": "1.0", "serviceUUID": "89251598-075d-45f9-856e-ba958b81a772", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bcb019a4-aa9f-4bb0-840b-7df8d3e266f8", "resources": [ { "resourceInstanceName": "vFW 80556fd0-ccee 0", "resourceCustomizationUUID": "a488a4ae-b320-4dd9-b056-502ef9197b1e", "resourceName": "vFW 80556fd0-ccee", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "57cc8d9c-cd99-49b2-85ae-2b83b9f11b95", "resourceInvariantUUID": "4d5e6166-21d8-4ec2-a891-e529dab43eaa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw80556fd0ccee0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "artifactChecksum": "MTAwNGNjYjRhN2JmNzI4MGNmYWNhYTdhZWI1MWRhYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27ab96f2-708a-416b-875c-d507d0006264", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "887bec70-3eb3-4e33-aae6-c6be7cab1286", "generatedFromUUID": "c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "887bec70-3eb3-4e33-aae6-c6be7cab1286", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308171413-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "artifactChecksum": "YTgxOWI0MTdiZGQyN2Y2Y2ZhOGVhN2QzZjE5MzZmNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d85c6c4-93d9-47c0-91e7-a5750fcda655" } ], "workloadContext": "Production" } 2022-03-08T17:17:31.079Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:17:31.079Z|67f0dc11-3374-4ab5-ba93-41567a2f0f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89251598-075d-45f9-856e-ba958b81a772 ASDC 2022-03-08T17:17:31.080Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:65f10998-a921-46e7-bcbe-b1f7e1276ad9 ServiceName:vFW 2022-03-08 17-14-13 ServiceVersion:1.0 ServiceUUID:89251598-075d-45f9-856e-ba958b81a772 ServiceInvariantUUID:bcb019a4-aa9f-4bb0-840b-7df8d3e266f8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308171413-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar ArtifactUUID:2d85c6c4-93d9-47c0-91e7-a5750fcda655 ArtifactChecksum:YTgxOWI0MTdiZGQyN2Y2Y2ZhOGVhN2QzZjE5MzZmNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 80556fd0-ccee 0 ResourceCustomizationUUID:a488a4ae-b320-4dd9-b056-502ef9197b1e ResourceInvariantUUID:4d5e6166-21d8-4ec2-a891-e529dab43eaa ResourceName:vFW 80556fd0-ccee ResourceType:VF ResourceUUID:57cc8d9c-cd99-49b2-85ae-2b83b9f11b95 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw80556fd0ccee0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json ArtifactUUID:27ab96f2-708a-416b-875c-d507d0006264 ArtifactChecksum:MTAwNGNjYjRhN2JmNzI4MGNmYWNhYTdhZWI1MWRhYTY= 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/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml ArtifactUUID:c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58 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/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env ArtifactUUID:887bec70-3eb3-4e33-aae6-c6be7cab1286 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/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env ArtifactUUID:887bec70-3eb3-4e33-aae6-c6be7cab1286 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:17:31.080Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89251598-075d-45f9-856e-ba958b81a772 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-08T17:17:31.111Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:17:31.112Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:17:31.112Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:17:31.112Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d85c6c4-93d9-47c0-91e7-a5750fcda655 from URL: /sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:31.113Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:17:31.113Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:31.478Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:17:31.485Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar 2d85c6c4-93d9-47c0-91e7-a5750fcda655 98958 2022-03-08T17:17:31.485Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar ASDC sendASDCNotification 2022-03-08T17:17:31.485Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:31.485Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:17:31.485Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:31.487Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:31.488Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759851485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:17:31.588Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:31.589Z||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-08T17:17:31.589Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:31.597Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:31.598Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:32.488Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:17:32.489Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:17:32.490Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2d85c6c4-93d9-47c0-91e7-a5750fcda655, URL: /sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar to file: /app/ASDC/1/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:32.490Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308171413-csar.csar 2022-03-08T17:17:32.491Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:32.491Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:32.836Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16979326974857862483/Definitions/service-Vfw20220308171413-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-08T17:17:34.558Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:17:34.558Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:17:34.558Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.558Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T17:17:34.558Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 80556fd0-ccee 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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-Vfw20220308171413-csar.csar 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.559Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.560Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:17:34.561Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.562Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:34.563Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fa344f7-17f4-4d27-9819-2a109ae61dd3 2022-03-08T17:17:34.564Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:17:34.565Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e727540-2065-44c2-a32d-cafb91c57b5f 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:17:34.566Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0dc857e-0329-4de3-abd6-000cf50c8b45 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:34.567Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 17-14-13 Description:catalog service description Model UUID:89251598-075d-45f9-856e-ba958b81a772 Model Version:NULL Model InvariantUuid:bcb019a4-aa9f-4bb0-840b-7df8d3e266f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 80556fd0-ccee Model UUID:e00685fc-e763-4222-816f-fc4c3cac3008 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4d5e6166-21d8-4ec2-a891-e529dab43eaa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a488a4ae-b320-4dd9-b056-502ef9197b1e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c37fd971-58bc-4cf9-99bd-12f36cbcd25d ModelName:Vfw80556fd0Ccee..base_vfw..module-0 ModelUuid:d66c7a7a-b4c0-4362-b0e3-a8a18a0258fc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3fa344f7-17f4-4d27-9819-2a109ae61dd3 ModelInvariantUuid:732df43c-acfa-4cf8-9eac-4e01c5352316 ModelName:vFW 80556fd0-ccee-nodes.vfwCvfc ModelUuid:d12c6fb7-9107-452d-9ec2-6b4e6dff585a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ea4c1140-700a-47e1-a618-fe450d554169 ModelInvariantUuid:e2008688-360d-47f0-bc40-f26d765b0935 ModelName:Vfw80556fd0Ccee.compute.nodes.heat.vfw ModelUuid:544099e5-55a5-44b5-bfa5-292e2ed02f99 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9e727540-2065-44c2-a32d-cafb91c57b5f ModelInvariantUuid:ba3972e8-e711-4d4f-9b41-f765803488e3 ModelName:vFW 80556fd0-ccee-nodes.vsnCvfc ModelUuid:a7595187-ce83-42f7-b3ff-024d302b7755 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d758873a-baec-469b-b0f2-610b15f7c527 ModelInvariantUuid:f95ee298-0c67-4f2f-8575-3a9cf68acf61 ModelName:Vfw80556fd0Ccee.compute.nodes.heat.vsn ModelUuid:bf92954e-95ff-4a29-9742-5a49a76484dd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b0dc857e-0329-4de3-abd6-000cf50c8b45 ModelInvariantUuid:b32a8725-c63c-4200-8cec-166814563096 ModelName:vFW 80556fd0-ccee-nodes.vpgCvfc ModelUuid:498a280e-9b68-4112-9425-181001eddf42 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2f0afb35-a6ea-4335-a02a-d101b3dca4f2 ModelInvariantUuid:c0e417f6-28d9-482c-930f-ada4dc45374c ModelName:Vfw80556fd0Ccee.compute.nodes.heat.vpg ModelUuid:2ad452bf-40eb-40a2-b665-48b646aa8a68 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-08T17:17:34.572Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 57cc8d9c-cd99-49b2-85ae-2b83b9f11b95 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-08T17:17:34.575Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||vFW 80556fd0-ccee 0 2022-03-08T17:17:34.575Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57cc8d9c-cd99-49b2-85ae-2b83b9f11b95 2022-03-08T17:17:34.575Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27ab96f2-708a-416b-875c-d507d0006264 from URL: /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json 2022-03-08T17:17:34.575Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:17:34.576Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json 2022-03-08T17:17:34.624Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:17:34.624Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json 27ab96f2-708a-416b-875c-d507d0006264 785 2022-03-08T17:17:34.624Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json ASDC sendASDCNotification 2022-03-08T17:17:34.625Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json 2022-03-08T17:17:34.625Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:17:34.625Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:34.628Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:34.628Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759854624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:17:34.728Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:34.729Z||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-08T17:17:34.729Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:34.738Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:34.739Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:35.628Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw80556fd0Ccee..base_vfw..module-0", "vfModuleModelInvariantUUID": "c37fd971-58bc-4cf9-99bd-12f36cbcd25d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d66c7a7a-b4c0-4362-b0e3-a8a18a0258fc", "vfModuleModelCustomizationUUID": "53d194df-a0d4-46de-a541-2bec9efac775", "isBase": true, "artifacts": [ "c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58", "887bec70-3eb3-4e33-aae6-c6be7cab1286" ], "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-08T17:17:35.633Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw80556fd0Ccee..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d66c7a7a-b4c0-4362-b0e3-a8a18a0258fc VfModuleModelInvariantUUID:c37fd971-58bc-4cf9-99bd-12f36cbcd25d VfModuleModelDescription:NULL Artifacts UUID List:{ c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58 , 887bec70-3eb3-4e33-aae6-c6be7cab1286 } 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-08T17:17:35.635Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw80556fd0Ccee..base_vfw..module-0", "vfModuleModelInvariantUUID": "c37fd971-58bc-4cf9-99bd-12f36cbcd25d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d66c7a7a-b4c0-4362-b0e3-a8a18a0258fc", "vfModuleModelCustomizationUUID": "53d194df-a0d4-46de-a541-2bec9efac775", "isBase": true, "artifacts": [ "c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58", "887bec70-3eb3-4e33-aae6-c6be7cab1286" ], "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-08T17:17:35.635Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw80556fd0Ccee..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d66c7a7a-b4c0-4362-b0e3-a8a18a0258fc VfModuleModelInvariantUUID:c37fd971-58bc-4cf9-99bd-12f36cbcd25d VfModuleModelDescription:NULL Artifacts UUID List:{ c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58 , 887bec70-3eb3-4e33-aae6-c6be7cab1286 } 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-08T17:17:35.635Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58 from URL: /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml 2022-03-08T17:17:35.635Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:17:35.636Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml 2022-03-08T17:17:35.808Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:17:35.809Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml c2d5cf30-ffa5-4b30-b7ed-5486f8eacf58 20368 2022-03-08T17:17:35.809Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:17:35.809Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml 2022-03-08T17:17:35.809Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:17:35.809Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:35.811Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:35.811Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759855809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:17:35.912Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:35.912Z||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-08T17:17:35.912Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:35.922Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:35.922Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:36.812Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 887bec70-3eb3-4e33-aae6-c6be7cab1286 from URL: /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env 2022-03-08T17:17:36.813Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:17:36.813Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env 2022-03-08T17:17:37.011Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:17:37.012Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env 887bec70-3eb3-4e33-aae6-c6be7cab1286 2098 2022-03-08T17:17:37.012Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:17:37.012Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env 2022-03-08T17:17:37.012Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:17:37.012Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:37.013Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:37.013Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759857012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:17:37.114Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:37.115Z||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-08T17:17:37.115Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:37.124Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:37.124Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:38.014Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 89251598-075d-45f9-856e-ba958b81a772 2022-03-08T17:17:38.015Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 80556fd0-ccee 0 57cc8d9c-cd99-49b2-85ae-2b83b9f11b95 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T17:17:38.033Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@519dfd3e, org.onap.sdc.toscaparser.api.parameters.Input@ade888b, org.onap.sdc.toscaparser.api.parameters.Input@4a5c88d3, org.onap.sdc.toscaparser.api.parameters.Input@6d7a4b22, org.onap.sdc.toscaparser.api.parameters.Input@53303fbe] 2022-03-08T17:17:38.035Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.035Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.036Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:17:38.036Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a488a4ae-b320-4dd9-b056-502ef9197b1e 2022-03-08T17:17:38.036Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a488a4ae-b320-4dd9-b056-502ef9197b1e matches Tosca VF Customization UUID: a488a4ae-b320-4dd9-b056-502ef9197b1e 2022-03-08T17:17:38.036Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a488a4ae-b320-4dd9-b056-502ef9197b1e 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-08T17:17:38.038Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.038Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.039Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a488a4ae-b320-4dd9-b056-502ef9197b1e: {\"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-08T17:17:38.039Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c7c08ff 2022-03-08T17:17:38.039Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.040Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:17:38.040Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53d194df-a0d4-46de-a541-2bec9efac775 2022-03-08T17:17:38.040Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53d194df-a0d4-46de-a541-2bec9efac775 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-08T17:17:38.042Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.042Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.042Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:38.043Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.044Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.045Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:17:38.045Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.045Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:17:38.045Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.045Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fa344f7-17f4-4d27-9819-2a109ae61dd3 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-08T17:17:38.048Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.048Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.048Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:38.048Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.049Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.050Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e727540-2065-44c2-a32d-cafb91c57b5f 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-08T17:17:38.052Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.052Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.052Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:17:38.055Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:17:38.056Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0dc857e-0329-4de3-abd6-000cf50c8b45 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-08T17:17:38.057Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.058Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.058Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:17:38.058Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.058Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Node template vFW 80556fd0-ccee 0 is matching search criteria 2022-03-08T17:17:38.058Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 80556fd0-ccee 0] matching following query criteria: sdcType=VF, customizationUUID=a488a4ae-b320-4dd9-b056-502ef9197b1e 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-08T17:17:38.059Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.059Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 89251598-075d-45f9-856e-ba958b81a772: vFW 80556fd0-ccee 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.060Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.061Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:17:38.061Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-14-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:17:38.061Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-08 17-14-13 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:17:38.208Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 80556fd0-ccee 57cc8d9c-cd99-49b2-85ae-2b83b9f11b95 1 ASDC deployResourceStructure 2022-03-08T17:17:38.209Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json ASDC sendASDCNotification 2022-03-08T17:17:38.209Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json 2022-03-08T17:17:38.209Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:17:38.209Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:38.211Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:38.211Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759858208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:17:38.311Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:38.312Z||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-08T17:17:38.312Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:38.321Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:38.321Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:39.211Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:17:39.212Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml 2022-03-08T17:17:39.212Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:17:39.213Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:39.215Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:39.215Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759859211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:17:39.315Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:17:39.316Z||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-08T17:17:39.316Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:39.324Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:39.324Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:40.216Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:17:40.217Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env 2022-03-08T17:17:40.217Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:17:40.217Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:40.219Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:40.219Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759860216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:17:40.320Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T17:17:40.320Z||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-08T17:17:40.320Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:40.329Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:40.330Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:41.220Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar ASDC sendASDCNotification 2022-03-08T17:17:41.221Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar 2022-03-08T17:17:41.221Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:17:41.221Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:17:41.223Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:17:41.223Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759861220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:17:41.324Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:17:41.324Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:17:41.324Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:17:41.332Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:17:41.333Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:17:42.224Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:17:42.237Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:17:42.239Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:17:42.239Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:17:42.239Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:18:12.239Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:18:12.250Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:18:12.252Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:18:12.253Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:18:12.253Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:18:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:18:21.999Z||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-08T17:18:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:18:22.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:18:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:18:22.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:18:22.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:18:42.253Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:18:42.262Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:18:42.264Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:18:42.264Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:18:42.265Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:19:12.265Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:19:12.273Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:19:12.276Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:19:12.276Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:19:12.276Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:19:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:19:21.999Z||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-08T17:19:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:19:22.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:19:22.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759769343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "ves-openapi-manager", "timestamp": 1646759770400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759772337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759775142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759778188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759785486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759785490, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759785493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759786015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "cds", "timestamp": 1646759786497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-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-08T17:19:22.037Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.037Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:22.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:19:22.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759787018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "policy-id", "timestamp": 1646759788020, "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-08T17:19:22.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:22.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759788472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:19:22.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646759789476, "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-08T17:19:22.064Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.064Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:22.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759789902, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759783909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759791977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759792600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759793104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759793291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "aai-ml", "timestamp": 1646759793603, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:19:22.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759787094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759794161, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759794359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759795197, "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-08T17:19:22.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.088Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:22.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759795414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "multicloud-k8s-id", "timestamp": 1646759796200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759796601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/basic_onboard_wjmicz0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759797604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759798607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/resourceInstances/basic_onboard_wjmicz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759799611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWjmicz/1.0/artifacts/service-BasicOnboardWjmicz-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759802149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759804157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:19:22.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:19:22.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:19:22.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "clamp", "timestamp": 1646759805161, "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-08T17:19:22.100Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65f10998-a921-46e7-bcbe-b1f7e1276ad9 2022-03-08T17:19:22.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:19:42.277Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:19:42.289Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:19:42.292Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:19:42.296Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:20:12.296Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 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-08T17:20:12.302Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65f10998-a921-46e7-bcbe-b1f7e1276ad9 and serviceModelVersionId: 89251598-075d-45f9-856e-ba958b81a772 2022-03-08T17:20:12.302Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcb019a4-aa9f-4bb0-840b-7df8d3e266f8 2022-03-08T17:20:12.304Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0 2022-03-08T17:20:12.310Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:20:12.349Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0|INFO|500||Invoke 2022-03-08T17:20:12.349Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[65f10998-a921-46e7-bcbe-b1f7e1276ad9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8839eef-d2b3-4a38-a700-5bdd2bce3739], X-ECOMP-RequestID=[65f10998-a921-46e7-bcbe-b1f7e1276ad9], X-TransactionId=[], X-ONAP-RequestID=[65f10998-a921-46e7-bcbe-b1f7e1276ad9], Content-Type=[application/merge-patch+json]} 2022-03-08T17:20:12.372Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:20:12.407Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?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/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-17:20:12:379-33471], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:20:12 GMT], Content-Type=[application/json]} 2022-03-08T17:20:12.408Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772","ERR.5.4.6114"]}}} 2022-03-08T17:20:12.409Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:20:12.413Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec=ERR.5.4.6114) 2022-03-08T17:20:12.413Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:20:12.413Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec=ERR.5.4.6114) 2022-03-08T17:20:12.413Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec=ERR.5.4.6114) 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-08T17:20:12.417Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:20:12.417Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65f10998-a921-46e7-bcbe-b1f7e1276ad9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec=ERR.5.4.6114) 2022-03-08T17:20:12.418Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:20:12.418Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:20:12.420Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:20:12.420Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760012418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:20:12.520Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:20:12.521Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:20:12.521Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:12.532Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:20:12.533Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 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-08T17:20:13.431Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:20:13.431Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:20:13.431Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:20:21.999Z||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-08T17:20:22.000Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:22.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:20:22.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67f0dc11-3374-4ab5-ba93-41567a2f0f56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759843036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d67f0dc11-3374-4ab5-ba93-41567a2f0f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/052f893c-bf90-45d5-81f7-92659dba5b95/model-vers/model-ver/431dff2c-6fd1-49d2-b277-aa99c093d00d) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759781997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759851485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759854624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759855809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759857012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759858208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/vfw80556fd0ccee0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759859211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759860216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/resourceInstances/vfw80556fd0ccee0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:20:22.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646759861220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308171413/1.0/artifacts/service-Vfw20220308171413-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:20:22.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:20:23.844Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:20:23.845Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:20:23.845Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:20:23.845Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:33.378Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:20:33.379Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:20:33.379Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:20:33.379Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:42.908Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:20:42.908Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:20:42.909Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:20:42.909Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:20:52.439Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:21:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:21:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:21:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:21:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:21:21.998Z||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-08T17:21:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:21:22.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:21:22.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:21:22.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65f10998-a921-46e7-bcbe-b1f7e1276ad9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760012418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d65f10998-a921-46e7-bcbe-b1f7e1276ad9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bcb019a4-aa9f-4bb0-840b-7df8d3e266f8/model-vers/model-ver/89251598-075d-45f9-856e-ba958b81a772) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:21:22.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:21:31.529Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:22:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:22:21.998Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:22:21.998Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:22:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:22:21.998Z||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-08T17:22:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:22:31.534Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:22:31.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:23:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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-08T17:23:21.997Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:23:21.998Z||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-08T17:23:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:22.619Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:22.620Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.621Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"627181f9-5a82-497e-a07c-35accaa3f5ca","serviceName":"vFW 2022-03-08 17-20-49","serviceVersion":"1.0","serviceUUID":"fab6a400-f592-4ed4-b2b7-b364e3280156","serviceDescription":"catalog service description","serviceInvariantUUID":"ec848cc8-aabc-453d-aa28-80d08de2466f","resources":[{"resourceInstanceName":"vFW 2eec07ee-c35b 0","resourceName":"vFW 2eec07ee-c35b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25a5d847-8d30-47f5-bd4b-1c546093e518","resourceInvariantUUID":"5cd090f6-03af-4a20-a437-394ab1f4a00f","resourceCustomizationUUID":"1972e1af-40f2-4734-865e-4e0cc8fa99e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml","artifactChecksum":"MmZmYTVkNzUwOTM5NTA4OTNmOTAxNzc4YzE1OWUyZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0f6d4d8-1ace-4d28-9d47-073b5504f0ab","artifactVersion":"1"},{"artifactName":"vfw2eec07eec35b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json","artifactChecksum":"M2Y0MGQzYTJlYjBjOThiYTM0ZWI1MWI2MWY1YTcxNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7ca90be-0f36-4087-8e04-60f048a3f86a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0d5b68a-31b0-4f3a-ba1f-69937ec8e90f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmY4MmFiZTVmOGE3OTYxMjllZWIzN2Y5NmRlY2JiYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3236bf3-872f-4740-9cd2-5b1b87c84262","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"360b5db8-7928-4469-8f83-10a750b268af","artifactVersion":"2","generatedFromUUID":"f0d5b68a-31b0-4f3a-ba1f-69937ec8e90f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308172049-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml","artifactChecksum":"MjBiNjdiMzViYTYwY2Y3YmI1MmRjM2I4NTY3Mzc1MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3172b12f-f845-4634-87df-439a69006939","artifactVersion":"1"},{"artifactName":"service-Vfw20220308172049-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar","artifactChecksum":"OWFiYzRhNGIyYmQ0MDVhYjc2N2U3OGUwY2QzNTIyZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"170847dd-9599-422e-8b1a-5a88c3d6504b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:23:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:22.623Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:22.624Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:22.626Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:22.626Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "ves-openapi-manager", "timestamp": 1646760170401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760177094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760177337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760178188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760185202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760185932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "cds", "timestamp": 1646760186208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:23:22.653Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:23:22.654Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:23:22.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760186935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:23:22.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "policy-id", "timestamp": 1646760187937, "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-08T17:23:22.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:23:22.668Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:22.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:23:22.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760189184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760183909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760191189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:23:22.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760191636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "clamp", "timestamp": 1646760192192, "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-08T17:23:22.686Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:23:22.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:22.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760192726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760193900, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760195094, "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-08T17:23:22.697Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:23:22.697Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760189342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "multicloud-k8s-id", "timestamp": 1646760196098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760197199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:23:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760195142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:22.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:23:22.727Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:23:22.728Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:22.728Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:22.736Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:22.736Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:23.627Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:23.628Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:23.630Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:23.630Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:23:23.731Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:23:23.732Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:23.732Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:23.741Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:23.742Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:24.631Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:24.632Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:24.636Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:24.636Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:23:24.735Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T17:23:24.736Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:24.736Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:24.745Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:24.745Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:25.636Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:25.637Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:25.639Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:25.639Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:25.739Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:23:25.740Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:25.740Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:25.747Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:25.747Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:26.639Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:26.640Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:26.642Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:26.642Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:23:26.742Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:23:26.743Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:26.743Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:26.750Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:26.751Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:23:27.642Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:27.643Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:27.645Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:27.645Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:23:27.745Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:23:27.746Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:27.746Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:27.754Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:27.754Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:28.645Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:23:28.646Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:28.648Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:28.648Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:23:28.749Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:23:28.749Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:28.749Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:28.759Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:28.759Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:23:29.650Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "serviceName": "vFW 2022-03-08 17-20-49", "serviceVersion": "1.0", "serviceUUID": "fab6a400-f592-4ed4-b2b7-b364e3280156", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec848cc8-aabc-453d-aa28-80d08de2466f", "resources": [ { "resourceInstanceName": "vFW 2eec07ee-c35b 0", "resourceCustomizationUUID": "1972e1af-40f2-4734-865e-4e0cc8fa99e3", "resourceName": "vFW 2eec07ee-c35b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "25a5d847-8d30-47f5-bd4b-1c546093e518", "resourceInvariantUUID": "5cd090f6-03af-4a20-a437-394ab1f4a00f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2eec07eec35b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "artifactChecksum": "M2Y0MGQzYTJlYjBjOThiYTM0ZWI1MWI2MWY1YTcxNGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7ca90be-0f36-4087-8e04-60f048a3f86a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f0d5b68a-31b0-4f3a-ba1f-69937ec8e90f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "360b5db8-7928-4469-8f83-10a750b268af", "generatedFromUUID": "f0d5b68a-31b0-4f3a-ba1f-69937ec8e90f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "360b5db8-7928-4469-8f83-10a750b268af", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308172049-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "artifactChecksum": "OWFiYzRhNGIyYmQ0MDVhYjc2N2U3OGUwY2QzNTIyZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "170847dd-9599-422e-8b1a-5a88c3d6504b" } ], "workloadContext": "Production" } 2022-03-08T17:23:29.650Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:23:29.650Z|65f10998-a921-46e7-bcbe-b1f7e1276ad9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fab6a400-f592-4ed4-b2b7-b364e3280156 ASDC 2022-03-08T17:23:29.651Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:627181f9-5a82-497e-a07c-35accaa3f5ca ServiceName:vFW 2022-03-08 17-20-49 ServiceVersion:1.0 ServiceUUID:fab6a400-f592-4ed4-b2b7-b364e3280156 ServiceInvariantUUID:ec848cc8-aabc-453d-aa28-80d08de2466f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308172049-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar ArtifactUUID:170847dd-9599-422e-8b1a-5a88c3d6504b ArtifactChecksum:OWFiYzRhNGIyYmQ0MDVhYjc2N2U3OGUwY2QzNTIyZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2eec07ee-c35b 0 ResourceCustomizationUUID:1972e1af-40f2-4734-865e-4e0cc8fa99e3 ResourceInvariantUUID:5cd090f6-03af-4a20-a437-394ab1f4a00f ResourceName:vFW 2eec07ee-c35b ResourceType:VF ResourceUUID:25a5d847-8d30-47f5-bd4b-1c546093e518 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2eec07eec35b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json ArtifactUUID:d7ca90be-0f36-4087-8e04-60f048a3f86a ArtifactChecksum:M2Y0MGQzYTJlYjBjOThiYTM0ZWI1MWI2MWY1YTcxNGM= 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/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml ArtifactUUID:f0d5b68a-31b0-4f3a-ba1f-69937ec8e90f 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/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env ArtifactUUID:360b5db8-7928-4469-8f83-10a750b268af 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/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env ArtifactUUID:360b5db8-7928-4469-8f83-10a750b268af ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:23:29.651Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fab6a400-f592-4ed4-b2b7-b364e3280156 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=? 2022-03-08T17:23:29.662Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5c523302 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=11245) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 83 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) ... 84 common frames omitted 2022-03-08T17:23:29.663Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-08T17:23:29.664Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||ERROR|500||(conn=11245) WSREP has not yet prepared node for application use 2022-03-08T17:23:29.665Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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=11245) 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) ... 78 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) ... 83 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) ... 84 common frames omitted 2022-03-08T17:23:29.666Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) at jdk.internal.reflect.GeneratedMethodAccessor178.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.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) 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.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=11245) 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) ... 78 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) ... 83 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) ... 84 common frames omitted 2022-03-08T17:23:29.668Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) 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$$680cf9cb.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) ... 28 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) ... 31 common frames omitted 2022-03-08T17:23:29.668Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 627181f9-5a82-497e-a07c-35accaa3f5ca and serviceModelVersionId: 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec848cc8-aabc-453d-aa28-80d08de2466f 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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.lang.Exception: No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: ec848cc8-aabc-453d-aa28-80d08de2466f 2022-03-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:23:29.672Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:23:29.673Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:23:29.674Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:23:29.674Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760209672, "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-08T17:23:29.774Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:23:29.775Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:23:29.775Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:23:29.783Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:23:29.784Z||pool-50-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-08T17:24:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:24:21.998Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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-08T17:24:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:24:21.998Z||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-08T17:24:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:24:21.999Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:24:22.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:24:22.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:24:22.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:24:22.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:24:31.533Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:25:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:25:21.997Z||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-08T17:25:21.997Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:25:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:25:21.999Z||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-08T17:25:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:25:22.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:25:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760202985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:25:22.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vfw2eec07eec35b0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760204192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:25:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:25:22.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "aai-ml", "timestamp": 1646760205195, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:25:22.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:25:22.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760205629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760206633, "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-08T17:25:22.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 627181f9-5a82-497e-a07c-35accaa3f5ca 2022-03-08T17:25:22.541Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 627181f9-5a82-497e-a07c-35accaa3f5ca 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-08T17:25:22.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/resourceInstances/vfw2eec07eec35b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760201997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172049/1.0/artifacts/service-Vfw20220308172049-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T17:25:22.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "627181f9-5a82-497e-a07c-35accaa3f5ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760209672, "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-08T17:25:22.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:25:31.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:26:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:26:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:26:21.999Z||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-08T17:26:21.999Z||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-08T17:26:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:26:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:26:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:26:31.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:27:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:27:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:27:21.998Z||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-08T17:27:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:27:21.999Z||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-08T17:27:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:27:31.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:27:31.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:21.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:28:21.998Z||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-08T17:28:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:28:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:21.999Z||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-08T17:28:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:22.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:22.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbf542fb-e5d7-4943-a464-ae8338e10779","serviceName":"vFW 2022-03-08 17-26-17","serviceVersion":"1.0","serviceUUID":"4bdcc7f3-7029-4eb9-b051-99480fa77cbd","serviceDescription":"catalog service description","serviceInvariantUUID":"c11c6996-3c17-4136-9739-63381f3c48c4","resources":[{"resourceInstanceName":"vFW edb0f48a-052f 0","resourceName":"vFW edb0f48a-052f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71b9320a-c1b2-4576-8493-54fc416d06d7","resourceInvariantUUID":"d3db1f03-b065-4ef2-83cd-496f42629803","resourceCustomizationUUID":"9ca85f09-737d-4bf3-b025-e136ba112be0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml","artifactChecksum":"MTI3ODhmODdhMTM0MmUyZGI5NmQ5ZjhiZTExYmQ5NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04ac8066-07e2-4dbf-94a1-9cf754d8182b","artifactVersion":"1"},{"artifactName":"vfwedb0f48a052f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json","artifactChecksum":"MjExNGU1YTlhYjcwNTJhMjBhMTNiMDUwOGZjYTAzYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d485734-898a-40e2-95c4-50836d645e9f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d521a18b-850a-4689-9c94-abf3d919292c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZjODBjN2VjOTU2NjkyOWUyMGIyNWRjZTk3YjQxYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b4d1bb1-7403-4d5d-96cc-c6b4efe2b063","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a9d5a98-aa3c-46f3-b676-4a9fa448312b","artifactVersion":"2","generatedFromUUID":"d521a18b-850a-4689-9c94-abf3d919292c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308172617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml","artifactChecksum":"ZTUwODVjMzY2MTY5MDBiNDhiYjAxYWE5NzE0ZjdjMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97bef49c-974e-4165-b2d0-abcc83088d93","artifactVersion":"1"},{"artifactName":"service-Vfw20220308172617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar","artifactChecksum":"OGFlY2Q5MGIxZTkyMGE2N2YzMDEyYzlmN2Q1YWI0NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b8c0ce8-846b-407e-b37b-64e3290ea10f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:28:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:22.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.625Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:22.625Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:22.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:28:22.728Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:22.729Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:22.729Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:22.738Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:22.738Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:23.628Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:23.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:23.631Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:23.631Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:28:23.731Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:23.732Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:23.732Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:23.741Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:23.742Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:24.631Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:24.632Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:24.633Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:24.634Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:28:24.734Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:24.735Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:24.735Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:24.743Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:24.743Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:25.634Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:25.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:25.636Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:25.637Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:25.737Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:25.737Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:25.738Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:25.745Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:25.745Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:26.637Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:26.638Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:26.640Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:26.640Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:28:26.740Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:26.741Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:26.741Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:26.749Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:26.750Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:28:27.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:27.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:27.644Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:27.644Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:28:27.744Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:27.745Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:27.745Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:27.752Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:27.752Z||pool-56-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:28.644Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:28:28.646Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:28.648Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:28.648Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:28:28.748Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:28.749Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:28.749Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:28.757Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:28.757Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:29.649Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "serviceName": "vFW 2022-03-08 17-26-17", "serviceVersion": "1.0", "serviceUUID": "4bdcc7f3-7029-4eb9-b051-99480fa77cbd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c11c6996-3c17-4136-9739-63381f3c48c4", "resources": [ { "resourceInstanceName": "vFW edb0f48a-052f 0", "resourceCustomizationUUID": "9ca85f09-737d-4bf3-b025-e136ba112be0", "resourceName": "vFW edb0f48a-052f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "71b9320a-c1b2-4576-8493-54fc416d06d7", "resourceInvariantUUID": "d3db1f03-b065-4ef2-83cd-496f42629803", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwedb0f48a052f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "artifactChecksum": "MjExNGU1YTlhYjcwNTJhMjBhMTNiMDUwOGZjYTAzYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d485734-898a-40e2-95c4-50836d645e9f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d521a18b-850a-4689-9c94-abf3d919292c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2a9d5a98-aa3c-46f3-b676-4a9fa448312b", "generatedFromUUID": "d521a18b-850a-4689-9c94-abf3d919292c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2a9d5a98-aa3c-46f3-b676-4a9fa448312b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308172617-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "artifactChecksum": "OGFlY2Q5MGIxZTkyMGE2N2YzMDEyYzlmN2Q1YWI0NDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b8c0ce8-846b-407e-b37b-64e3290ea10f" } ], "workloadContext": "Production" } 2022-03-08T17:28:29.650Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:28:29.650Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4bdcc7f3-7029-4eb9-b051-99480fa77cbd ASDC 2022-03-08T17:28:29.650Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:bbf542fb-e5d7-4943-a464-ae8338e10779 ServiceName:vFW 2022-03-08 17-26-17 ServiceVersion:1.0 ServiceUUID:4bdcc7f3-7029-4eb9-b051-99480fa77cbd ServiceInvariantUUID:c11c6996-3c17-4136-9739-63381f3c48c4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308172617-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar ArtifactUUID:2b8c0ce8-846b-407e-b37b-64e3290ea10f ArtifactChecksum:OGFlY2Q5MGIxZTkyMGE2N2YzMDEyYzlmN2Q1YWI0NDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW edb0f48a-052f 0 ResourceCustomizationUUID:9ca85f09-737d-4bf3-b025-e136ba112be0 ResourceInvariantUUID:d3db1f03-b065-4ef2-83cd-496f42629803 ResourceName:vFW edb0f48a-052f ResourceType:VF ResourceUUID:71b9320a-c1b2-4576-8493-54fc416d06d7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwedb0f48a052f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json ArtifactUUID:6d485734-898a-40e2-95c4-50836d645e9f ArtifactChecksum:MjExNGU1YTlhYjcwNTJhMjBhMTNiMDUwOGZjYTAzYTY= 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/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml ArtifactUUID:d521a18b-850a-4689-9c94-abf3d919292c 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/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env ArtifactUUID:2a9d5a98-aa3c-46f3-b676-4a9fa448312b 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/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env ArtifactUUID:2a9d5a98-aa3c-46f3-b676-4a9fa448312b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:28:29.650Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bdcc7f3-7029-4eb9-b051-99480fa77cbd 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-08T17:28:29.674Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:28:29.674Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:28:29.675Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:28:29.675Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2b8c0ce8-846b-407e-b37b-64e3290ea10f from URL: /sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:29.675Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:28:29.675Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:29.899Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:28:29.906Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar 2b8c0ce8-846b-407e-b37b-64e3290ea10f 98951 2022-03-08T17:28:29.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar ASDC sendASDCNotification 2022-03-08T17:28:29.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:29.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:28:29.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:29.909Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:29.909Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760509907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:28:30.009Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:30.010Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:30.010Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:30.019Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:30.020Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:30.909Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:28:30.910Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:28:30.910Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2b8c0ce8-846b-407e-b37b-64e3290ea10f, URL: /sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar to file: /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:30.911Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308172617-csar.csar 2022-03-08T17:28:30.911Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:30.911Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:31.109Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9123804448567637987/Definitions/service-Vfw20220308172617-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||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-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||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-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.618Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||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-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||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-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW edb0f48a-052f 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-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:28:32.619Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:28:32.621Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:28:32.622Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=20af6734-0ac7-4852-a886-5da060982bf0 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:32.623Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7fffab94-9b95-455a-8d67-26ea8b9358a3 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:32.624Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8bcb3e9-a10d-49e6-9402-9dfefc5287db 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.625Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:32.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:32.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 17-26-17 Description:catalog service description Model UUID:4bdcc7f3-7029-4eb9-b051-99480fa77cbd Model Version:NULL Model InvariantUuid:c11c6996-3c17-4136-9739-63381f3c48c4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW edb0f48a-052f Model UUID:a501ecec-06f6-41fe-a119-3c61021af21c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d3db1f03-b065-4ef2-83cd-496f42629803 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ca85f09-737d-4bf3-b025-e136ba112be0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:538a90ae-6219-4853-8974-919b9ef8811a ModelName:VfwEdb0f48a052f..base_vfw..module-0 ModelUuid:ce122c04-e853-4630-895c-b3660da659ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20af6734-0ac7-4852-a886-5da060982bf0 ModelInvariantUuid:08b54dbb-daff-48bc-973f-48d08b21772a ModelName:vFW edb0f48a-052f-nodes.vfwCvfc ModelUuid:00366b3d-d851-4392-9673-884f130ee1e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5514e3e0-ace8-4fa1-92ef-f1a4385fcb2f ModelInvariantUuid:78c63d6f-a55d-4b0d-9dc4-6ae92be9070c ModelName:VfwEdb0f48a052f.compute.nodes.heat.vfw ModelUuid:2901c3a9-b633-41b3-8deb-2f4dd97a3461 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7fffab94-9b95-455a-8d67-26ea8b9358a3 ModelInvariantUuid:3d0f6369-c2b5-49b1-a944-9183bf66e3ac ModelName:vFW edb0f48a-052f-nodes.vsnCvfc ModelUuid:0bee500e-cef9-4c27-a745-e3cb3ba41134 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a9c7f223-de46-49d4-be3b-28057ecdbd2e ModelInvariantUuid:0cf4d890-7db1-4c03-a5fa-0b8bb0094bca ModelName:VfwEdb0f48a052f.compute.nodes.heat.vsn ModelUuid:c6039139-6c9a-4d1e-981b-207739b2f623 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f8bcb3e9-a10d-49e6-9402-9dfefc5287db ModelInvariantUuid:3a956d94-1d8f-4d96-a8d6-96b09c569549 ModelName:vFW edb0f48a-052f-nodes.vpgCvfc ModelUuid:b0c8b8ed-e6ff-4e6b-b28a-9df7cf094e0a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b3540fa8-7c7f-4b62-8ab2-f3ebea1cd876 ModelInvariantUuid:1f670061-b85a-4fee-a825-89a91bdf0444 ModelName:VfwEdb0f48a052f.compute.nodes.heat.vpg ModelUuid:16ba0c70-1ef0-4fab-aa93-76af9e2c32d4 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-08T17:28:32.631Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71b9320a-c1b2-4576-8493-54fc416d06d7 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-08T17:28:32.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||vFW edb0f48a-052f 0 2022-03-08T17:28:32.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71b9320a-c1b2-4576-8493-54fc416d06d7 2022-03-08T17:28:32.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d485734-898a-40e2-95c4-50836d645e9f from URL: /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json 2022-03-08T17:28:32.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:28:32.634Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json 2022-03-08T17:28:32.895Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:28:32.895Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json 6d485734-898a-40e2-95c4-50836d645e9f 785 2022-03-08T17:28:32.895Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json ASDC sendASDCNotification 2022-03-08T17:28:32.896Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json 2022-03-08T17:28:32.896Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:28:32.896Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:32.898Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:32.898Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760512895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:28:32.998Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:32.999Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:32.999Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:33.007Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:33.007Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:33.898Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEdb0f48a052f..base_vfw..module-0", "vfModuleModelInvariantUUID": "538a90ae-6219-4853-8974-919b9ef8811a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce122c04-e853-4630-895c-b3660da659ec", "vfModuleModelCustomizationUUID": "7362808a-0d13-4395-9031-c31752bf9224", "isBase": true, "artifacts": [ "d521a18b-850a-4689-9c94-abf3d919292c", "2a9d5a98-aa3c-46f3-b676-4a9fa448312b" ], "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-08T17:28:33.904Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEdb0f48a052f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce122c04-e853-4630-895c-b3660da659ec VfModuleModelInvariantUUID:538a90ae-6219-4853-8974-919b9ef8811a VfModuleModelDescription:NULL Artifacts UUID List:{ d521a18b-850a-4689-9c94-abf3d919292c , 2a9d5a98-aa3c-46f3-b676-4a9fa448312b } 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-08T17:28:33.906Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEdb0f48a052f..base_vfw..module-0", "vfModuleModelInvariantUUID": "538a90ae-6219-4853-8974-919b9ef8811a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce122c04-e853-4630-895c-b3660da659ec", "vfModuleModelCustomizationUUID": "7362808a-0d13-4395-9031-c31752bf9224", "isBase": true, "artifacts": [ "d521a18b-850a-4689-9c94-abf3d919292c", "2a9d5a98-aa3c-46f3-b676-4a9fa448312b" ], "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-08T17:28:33.906Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEdb0f48a052f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce122c04-e853-4630-895c-b3660da659ec VfModuleModelInvariantUUID:538a90ae-6219-4853-8974-919b9ef8811a VfModuleModelDescription:NULL Artifacts UUID List:{ d521a18b-850a-4689-9c94-abf3d919292c , 2a9d5a98-aa3c-46f3-b676-4a9fa448312b } 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-08T17:28:33.906Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d521a18b-850a-4689-9c94-abf3d919292c from URL: /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml 2022-03-08T17:28:33.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:28:33.907Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml 2022-03-08T17:28:33.955Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:28:33.956Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml d521a18b-850a-4689-9c94-abf3d919292c 20368 2022-03-08T17:28:33.957Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:28:33.957Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml 2022-03-08T17:28:33.957Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:28:33.957Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:33.959Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:33.959Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760513957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:28:34.059Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:34.060Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:34.060Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:34.068Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:34.068Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:34.960Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2a9d5a98-aa3c-46f3-b676-4a9fa448312b from URL: /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env 2022-03-08T17:28:34.960Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:28:34.961Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env 2022-03-08T17:28:35.100Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:28:35.101Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env 2a9d5a98-aa3c-46f3-b676-4a9fa448312b 2098 2022-03-08T17:28:35.101Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:28:35.101Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env 2022-03-08T17:28:35.101Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:28:35.101Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:35.103Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:35.103Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760515101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:28:35.204Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:35.204Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:35.205Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:35.213Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:35.213Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:36.104Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4bdcc7f3-7029-4eb9-b051-99480fa77cbd 2022-03-08T17:28:36.109Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW edb0f48a-052f 0 71b9320a-c1b2-4576-8493-54fc416d06d7 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-08T17:28:36.123Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7122be49, org.onap.sdc.toscaparser.api.parameters.Input@54b884b9, org.onap.sdc.toscaparser.api.parameters.Input@4fc83ab8, org.onap.sdc.toscaparser.api.parameters.Input@4cdcdd2e, org.onap.sdc.toscaparser.api.parameters.Input@2868e20a] 2022-03-08T17:28:36.124Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.125Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.125Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:28:36.125Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9ca85f09-737d-4bf3-b025-e136ba112be0 2022-03-08T17:28:36.125Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ca85f09-737d-4bf3-b025-e136ba112be0 matches Tosca VF Customization UUID: 9ca85f09-737d-4bf3-b025-e136ba112be0 2022-03-08T17:28:36.125Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9ca85f09-737d-4bf3-b025-e136ba112be0 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-08T17:28:36.127Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.127Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9ca85f09-737d-4bf3-b025-e136ba112be0: {\"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-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c6948e1 2022-03-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7362808a-0d13-4395-9031-c31752bf9224 2022-03-08T17:28:36.128Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7362808a-0d13-4395-9031-c31752bf9224 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-08T17:28:36.130Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.130Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.131Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:36.131Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.131Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.131Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:36.132Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.133Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:28:36.134Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.134Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=20af6734-0ac7-4852-a886-5da060982bf0 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-08T17:28:36.136Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.136Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.137Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:36.137Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.137Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:36.138Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:36.138Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:28:36.138Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.139Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.139Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:28:36.139Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.140Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:36.140Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:28:36.140Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:28:36.140Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.141Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:28:36.141Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.141Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7fffab94-9b95-455a-8d67-26ea8b9358a3 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-08T17:28:36.142Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.143Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.143Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:36.143Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.143Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is not matching search criteria 2022-03-08T17:28:36.143Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.144Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:28:36.145Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8bcb3e9-a10d-49e6-9402-9dfefc5287db 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-08T17:28:36.147Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.147Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.147Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:28:36.147Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.148Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Node template vFW edb0f48a-052f 0 is matching search criteria 2022-03-08T17:28:36.148Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW edb0f48a-052f 0] matching following query criteria: sdcType=VF, customizationUUID=9ca85f09-737d-4bf3-b025-e136ba112be0 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-08T17:28:36.149Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.149Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.150Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4bdcc7f3-7029-4eb9-b051-99480fa77cbd: vFW edb0f48a-052f 2022-03-08T17:28:36.150Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.150Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.150Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:28:36.151Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:28:36.152Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-08 17-26-17 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:28:36.290Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW edb0f48a-052f 71b9320a-c1b2-4576-8493-54fc416d06d7 1 ASDC deployResourceStructure 2022-03-08T17:28:36.290Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json ASDC sendASDCNotification 2022-03-08T17:28:36.290Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json 2022-03-08T17:28:36.290Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:28:36.290Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:36.292Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:36.292Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760516290, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:28:36.392Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:36.393Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:36.393Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:36.400Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:36.401Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:37.292Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:28:37.293Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml 2022-03-08T17:28:37.293Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:28:37.293Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:37.295Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:37.295Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760517292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:28:37.395Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:37.396Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:37.396Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:37.404Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:37.405Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:38.296Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:28:38.297Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env 2022-03-08T17:28:38.297Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:28:38.297Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:38.299Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:38.299Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760518296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:28:38.400Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:38.400Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:38.401Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:38.408Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:38.408Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:39.300Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar ASDC sendASDCNotification 2022-03-08T17:28:39.301Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar 2022-03-08T17:28:39.301Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:28:39.302Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:28:39.304Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:28:39.304Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760519300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:28:39.404Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:28:39.405Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:28:39.405Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:28:39.420Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:28:39.420Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:28:40.305Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:28:40.314Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:28:40.316Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:28:40.317Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:28:40.317Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:29:10.317Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:29:10.327Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:29:10.329Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:29:10.329Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:29:10.329Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:29:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:29:21.999Z||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-08T17:29:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:29:22.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:29:22.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:29:22.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:29:22.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:29:40.330Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:29:40.340Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:29:40.342Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:29:40.342Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:29:40.342Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:30:10.342Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:30:10.351Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:30:10.353Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:30:10.353Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:30:10.353Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:30:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:30:21.999Z||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-08T17:30:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:30:22.519Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:30:22.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760495142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760492337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760489342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "ves-openapi-manager", "timestamp": 1646760490400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760498188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760505900, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760505995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760506083, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760506091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "cds", "timestamp": 1646760507000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-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-08T17:30:22.534Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.534Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760507095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "policy-id", "timestamp": 1646760508097, "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-08T17:30:22.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.545Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760501996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760508905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760509908, "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-08T17:30:22.557Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.557Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760509907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760503909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760511895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760512812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760512895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760513096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760507094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:30:22.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:30:22.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "aai-ml", "timestamp": 1646760513815, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:30:22.570Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.570Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760513957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760514148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760515101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760515168, "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-08T17:30:22.581Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.581Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:22.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "multicloud-k8s-id", "timestamp": 1646760516171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760516290, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/vfwedb0f48a052f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760517292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760518296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/resourceInstances/vfwedb0f48a052f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760519211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760519300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760521217, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308172617/1.0/artifacts/service-Vfw20220308172617-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:30:22.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:30:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:30:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "clamp", "timestamp": 1646760522220, "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-08T17:30:22.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbf542fb-e5d7-4943-a464-ae8338e10779 2022-03-08T17:30:22.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:30:40.354Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:30:40.363Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:30:40.368Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:30:40.372Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:31:10.373Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbf542fb-e5d7-4943-a464-ae8338e10779 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-08T17:31:10.378Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbf542fb-e5d7-4943-a464-ae8338e10779 and serviceModelVersionId: 4bdcc7f3-7029-4eb9-b051-99480fa77cbd 2022-03-08T17:31:10.378Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c11c6996-3c17-4136-9739-63381f3c48c4 2022-03-08T17:31:10.379Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?depth=0 2022-03-08T17:31:10.386Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:31:10.425Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?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-08T17:31:10.426Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?depth=0|INFO|500||Invoke 2022-03-08T17:31:10.443Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:31:10.469Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:31:10.469Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-17:31:10:450-97254], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:31:10 GMT], Content-Type=[application/json]} 2022-03-08T17:31:10.470Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd","ERR.5.4.6114"]}}} 2022-03-08T17:31:10.474Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec=ERR.5.4.6114) 2022-03-08T17:31:10.474Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:31:10.474Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec=ERR.5.4.6114) 2022-03-08T17:31:10.474Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec=ERR.5.4.6114) 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-08T17:31:10.477Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:31:10.477Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbf542fb-e5d7-4943-a464-ae8338e10779 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec=ERR.5.4.6114) 2022-03-08T17:31:10.478Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:31:10.478Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:31:10.479Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:31:10.479Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760670478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:31:10.580Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:31:10.580Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:31:10.580Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:31:10.593Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:31:10.593Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 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-08T17:31:11.489Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:31:11.490Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:31:11.490Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:31:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:31:21.998Z||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-08T17:31:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:31:22.169Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:31:22.169Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:31:22.169Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:31:22.169Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:31:22.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:31:22.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:31:22.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf542fb-e5d7-4943-a464-ae8338e10779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760670478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbbf542fb-e5d7-4943-a464-ae8338e10779 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c11c6996-3c17-4136-9739-63381f3c48c4/model-vers/model-ver/4bdcc7f3-7029-4eb9-b051-99480fa77cbd) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:31:22.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:31:31.700Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:31:31.701Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:31:31.701Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:31:31.702Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:31:41.233Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:32:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:32:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:32:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:32:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:32:21.998Z||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-08T17:32:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:32:31.533Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:32:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:33:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:33:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:33:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:33:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:33:21.998Z||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-08T17:33:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:33:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:33:31.535Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:34:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:34:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:34:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:34:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:34:21.998Z||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-08T17:34:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:34:31.533Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:34:31.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:35:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:35:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:35:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:35:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:35:21.998Z||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-08T17:35:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:35:31.532Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:35:31.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:36:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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-08T17:36:21.997Z|bbf542fb-e5d7-4943-a464-ae8338e10779|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:36:21.999Z||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-08T17:36:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:22.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:22.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:36:22.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:22.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T17:36:22.620Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd02949d-87a9-44ba-b54c-7d2995ba99d5","serviceName":"vFW 2022-03-08 17-34-18","serviceVersion":"1.0","serviceUUID":"98e76628-d918-443e-9e98-3b0f082f213e","serviceDescription":"catalog service description","serviceInvariantUUID":"d6c64e3b-50f8-43e1-8099-4f4c11fda739","resources":[{"resourceInstanceName":"vFW 2a3d0282-6f9a 0","resourceName":"vFW 2a3d0282-6f9a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362","resourceInvariantUUID":"a741642b-30ef-416e-9cf3-5dac02dc401d","resourceCustomizationUUID":"4db3543a-8d53-4195-9a60-34bef2b02b2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml","artifactChecksum":"MDg5OGI5M2IxMTk3NWQzMmRiNDE0NjJjYTQ0OTQ0M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1e580ec-1529-48d3-ac10-01f4ff9161e2","artifactVersion":"1"},{"artifactName":"vfw2a3d02826f9a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json","artifactChecksum":"MjJkNzk2ZGU4NGVjNDRiN2VjNzIxNjM1M2E5MGY0MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9488f6fa-7e11-4907-a664-a22b86471ded","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a34ff744-2619-4ea6-b1da-74f1e58debf1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml","artifactChecksum":"NjA2OTQzM2U2Y2QxZWFkY2Y5NTBmYTcxZWUyNTc1NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f6735ed-6428-4f20-ab67-2e26cb7de6ac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2346453-68e1-4eb5-839e-2f5b75dd24dd","artifactVersion":"2","generatedFromUUID":"a34ff744-2619-4ea6-b1da-74f1e58debf1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308173418-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml","artifactChecksum":"ZTllNTAyNjc4ZThhZjk5NTk4YTU5OWU4MzMwOGU5OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b925a129-cd14-455f-b577-3164ea72c60e","artifactVersion":"1"},{"artifactName":"service-Vfw20220308173418-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar","artifactChecksum":"ZDE3NTI3MjcwMzNjODMxYjMzZTdlZmQ4ZmNmNzNjMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b4b7f84-c05e-4a11-bf9a-343c47c41a0a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:36:22.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:22.626Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:22.629Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:22.629Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:22.729Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:22.730Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:22.730Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:22.738Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:22.739Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:23.629Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:23.631Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:23.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:23.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:36:23.733Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:23.734Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:23.734Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:23.742Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:23.742Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:24.633Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:24.634Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:24.636Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:24.636Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:36:24.736Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:24.737Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:24.737Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:24.743Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:24.744Z||pool-69-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:25.637Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:25.638Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:25.640Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:25.640Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:25.742Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:36:25.742Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:25.742Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:25.750Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:25.750Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:26.641Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:26.642Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:26.644Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:26.644Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:36:26.745Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:26.745Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:26.746Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:26.753Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:26.753Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:27.645Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:27.646Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:27.648Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:27.648Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:36:27.748Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:27.749Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:27.749Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:27.757Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:27.757Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:28.649Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:36:28.650Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:28.651Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:28.651Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:36:28.752Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:28.752Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:28.752Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:28.760Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:28.760Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:29.653Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "serviceName": "vFW 2022-03-08 17-34-18", "serviceVersion": "1.0", "serviceUUID": "98e76628-d918-443e-9e98-3b0f082f213e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d6c64e3b-50f8-43e1-8099-4f4c11fda739", "resources": [ { "resourceInstanceName": "vFW 2a3d0282-6f9a 0", "resourceCustomizationUUID": "4db3543a-8d53-4195-9a60-34bef2b02b2f", "resourceName": "vFW 2a3d0282-6f9a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362", "resourceInvariantUUID": "a741642b-30ef-416e-9cf3-5dac02dc401d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2a3d02826f9a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "artifactChecksum": "MjJkNzk2ZGU4NGVjNDRiN2VjNzIxNjM1M2E5MGY0MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9488f6fa-7e11-4907-a664-a22b86471ded", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a34ff744-2619-4ea6-b1da-74f1e58debf1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2346453-68e1-4eb5-839e-2f5b75dd24dd", "generatedFromUUID": "a34ff744-2619-4ea6-b1da-74f1e58debf1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2346453-68e1-4eb5-839e-2f5b75dd24dd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308173418-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "artifactChecksum": "ZDE3NTI3MjcwMzNjODMxYjMzZTdlZmQ4ZmNmNzNjMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b4b7f84-c05e-4a11-bf9a-343c47c41a0a" } ], "workloadContext": "Production" } 2022-03-08T17:36:29.653Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:36:29.653Z|bbf542fb-e5d7-4943-a464-ae8338e10779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 98e76628-d918-443e-9e98-3b0f082f213e ASDC 2022-03-08T17:36:29.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cd02949d-87a9-44ba-b54c-7d2995ba99d5 ServiceName:vFW 2022-03-08 17-34-18 ServiceVersion:1.0 ServiceUUID:98e76628-d918-443e-9e98-3b0f082f213e ServiceInvariantUUID:d6c64e3b-50f8-43e1-8099-4f4c11fda739 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308173418-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar ArtifactUUID:1b4b7f84-c05e-4a11-bf9a-343c47c41a0a ArtifactChecksum:ZDE3NTI3MjcwMzNjODMxYjMzZTdlZmQ4ZmNmNzNjMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2a3d0282-6f9a 0 ResourceCustomizationUUID:4db3543a-8d53-4195-9a60-34bef2b02b2f ResourceInvariantUUID:a741642b-30ef-416e-9cf3-5dac02dc401d ResourceName:vFW 2a3d0282-6f9a ResourceType:VF ResourceUUID:f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2a3d02826f9a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json ArtifactUUID:9488f6fa-7e11-4907-a664-a22b86471ded ArtifactChecksum:MjJkNzk2ZGU4NGVjNDRiN2VjNzIxNjM1M2E5MGY0MTY= 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/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml ArtifactUUID:a34ff744-2619-4ea6-b1da-74f1e58debf1 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/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env ArtifactUUID:a2346453-68e1-4eb5-839e-2f5b75dd24dd 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/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env ArtifactUUID:a2346453-68e1-4eb5-839e-2f5b75dd24dd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:36:29.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e76628-d918-443e-9e98-3b0f082f213e 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-08T17:36:29.678Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:36:29.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:36:29.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:36:29.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1b4b7f84-c05e-4a11-bf9a-343c47c41a0a from URL: /sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:29.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:36:29.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:29.894Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:36:29.900Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar 1b4b7f84-c05e-4a11-bf9a-343c47c41a0a 99000 2022-03-08T17:36:29.901Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar ASDC sendASDCNotification 2022-03-08T17:36:29.901Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:29.901Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:36:29.901Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:29.903Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:29.903Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760989901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:36:30.003Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:30.004Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:30.004Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:30.012Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:30.013Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:30.904Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:36:30.904Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:36:30.905Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1b4b7f84-c05e-4a11-bf9a-343c47c41a0a, URL: /sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar to file: /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:30.905Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308173418-csar.csar 2022-03-08T17:36:30.906Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:30.906Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:31.061Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6350083371844836209/Definitions/service-Vfw20220308173418-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-08T17:36:32.653Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:36:32.653Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:36:32.653Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.653Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||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-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||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-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.654Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||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-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||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-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2a3d0282-6f9a 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-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:32.655Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:36:32.656Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.656Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.656Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:32.656Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:36:32.656Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:36:32.657Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.657Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.657Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:32.657Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:36:32.657Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:36:32.658Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.658Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.658Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.658Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:32.658Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:32.659Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:32.659Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:36:32.659Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.659Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.659Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:36:32.660Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.660Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:36:32.660Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:36:32.660Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.660Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.661Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:36:32.661Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.661Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:36:32.661Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:32.662Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:32.663Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:32.664Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.664Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:32.664Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:32.664Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:32.665Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:36:32.665Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:36:32.665Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:36:32.665Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.665Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.666Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:36:32.666Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.666Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:36:32.666Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.666Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91989b7a-1d7c-4cfe-af83-ec00f3430ae2 2022-03-08T17:36:32.667Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.667Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:32.667Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:32.667Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:32.667Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:36:32.668Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.668Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.668Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:36:32.668Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.668Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8caa9c4-2f44-4c2b-970c-eaaff8826798 2022-03-08T17:36:32.669Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.670Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.671Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:36:32.671Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.671Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:36:32.671Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:36:32.671Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:32.672Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:32.672Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:36:32.672Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0575e43-6bd3-40fa-aece-06dc772583af 2022-03-08T17:36:32.672Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.672Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:32.673Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:32.674Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 17-34-18 Description:catalog service description Model UUID:98e76628-d918-443e-9e98-3b0f082f213e Model Version:NULL Model InvariantUuid:d6c64e3b-50f8-43e1-8099-4f4c11fda739 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 2a3d0282-6f9a Model UUID:f2fd907f-bea8-4868-a472-c549c474bc14 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a741642b-30ef-416e-9cf3-5dac02dc401d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4db3543a-8d53-4195-9a60-34bef2b02b2f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:086f5ef9-2fc9-4e7f-a6f4-13367dd2c665 ModelName:Vfw2a3d02826f9a..base_vfw..module-0 ModelUuid:93741dae-7d70-4ff2-a37a-9937804a2d2b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:91989b7a-1d7c-4cfe-af83-ec00f3430ae2 ModelInvariantUuid:c5c1a8bf-d57b-47ec-a477-5ee0d483db7e ModelName:vFW 2a3d0282-6f9a-nodes.vfwCvfc ModelUuid:aeba39e5-d031-41a0-9c15-a2ec9c727dee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f96625b4-0302-4149-b299-4b20b7ec1a9b ModelInvariantUuid:19cdddf2-01fd-4eef-9155-3b80a0a98f4e ModelName:Vfw2a3d02826f9a.compute.nodes.heat.vfw ModelUuid:52bdbec9-c201-4fc3-bdbc-037da6360917 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d8caa9c4-2f44-4c2b-970c-eaaff8826798 ModelInvariantUuid:85d48155-e806-416d-8c05-9f28dfaf7992 ModelName:vFW 2a3d0282-6f9a-nodes.vsnCvfc ModelUuid:f82451c4-b376-4a4a-846b-b7b3826549d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:84862513-cab7-48f5-8418-2e1395015111 ModelInvariantUuid:4e418a70-55cb-40fd-ae41-e723da172380 ModelName:Vfw2a3d02826f9a.compute.nodes.heat.vsn ModelUuid:fdbb5bc9-9a05-45da-8de5-3a99451665d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f0575e43-6bd3-40fa-aece-06dc772583af ModelInvariantUuid:0e8546a6-97bd-4933-b96f-dbfada0b8905 ModelName:vFW 2a3d0282-6f9a-nodes.vpgCvfc ModelUuid:43c5843e-7dca-440d-a987-a327c6551cd0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b3667f6a-056e-4ed6-a625-c0b5dd6d7112 ModelInvariantUuid:552838d5-0c46-4dfe-97d3-0421e8962edf ModelName:Vfw2a3d02826f9a.compute.nodes.heat.vpg ModelUuid:a26dbb0b-eeb4-4bdb-b889-10aa45dce301 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-08T17:36:32.679Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362 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-08T17:36:32.681Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||vFW 2a3d0282-6f9a 0 2022-03-08T17:36:32.681Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362 2022-03-08T17:36:32.681Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9488f6fa-7e11-4907-a664-a22b86471ded from URL: /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json 2022-03-08T17:36:32.681Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:36:32.681Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json 2022-03-08T17:36:32.878Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:36:32.879Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json 9488f6fa-7e11-4907-a664-a22b86471ded 785 2022-03-08T17:36:32.880Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json ASDC sendASDCNotification 2022-03-08T17:36:32.880Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json 2022-03-08T17:36:32.880Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:36:32.880Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:32.882Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:32.882Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760992879, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:36:32.982Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:32.983Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:32.983Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:32.990Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:32.991Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:33.882Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2a3d02826f9a..base_vfw..module-0", "vfModuleModelInvariantUUID": "086f5ef9-2fc9-4e7f-a6f4-13367dd2c665", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93741dae-7d70-4ff2-a37a-9937804a2d2b", "vfModuleModelCustomizationUUID": "f3bb917f-619c-4f8b-a12a-50b345d85ba2", "isBase": true, "artifacts": [ "a34ff744-2619-4ea6-b1da-74f1e58debf1", "a2346453-68e1-4eb5-839e-2f5b75dd24dd" ], "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-08T17:36:33.886Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2a3d02826f9a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93741dae-7d70-4ff2-a37a-9937804a2d2b VfModuleModelInvariantUUID:086f5ef9-2fc9-4e7f-a6f4-13367dd2c665 VfModuleModelDescription:NULL Artifacts UUID List:{ a34ff744-2619-4ea6-b1da-74f1e58debf1 , a2346453-68e1-4eb5-839e-2f5b75dd24dd } 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-08T17:36:33.888Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2a3d02826f9a..base_vfw..module-0", "vfModuleModelInvariantUUID": "086f5ef9-2fc9-4e7f-a6f4-13367dd2c665", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93741dae-7d70-4ff2-a37a-9937804a2d2b", "vfModuleModelCustomizationUUID": "f3bb917f-619c-4f8b-a12a-50b345d85ba2", "isBase": true, "artifacts": [ "a34ff744-2619-4ea6-b1da-74f1e58debf1", "a2346453-68e1-4eb5-839e-2f5b75dd24dd" ], "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-08T17:36:33.889Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2a3d02826f9a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93741dae-7d70-4ff2-a37a-9937804a2d2b VfModuleModelInvariantUUID:086f5ef9-2fc9-4e7f-a6f4-13367dd2c665 VfModuleModelDescription:NULL Artifacts UUID List:{ a34ff744-2619-4ea6-b1da-74f1e58debf1 , a2346453-68e1-4eb5-839e-2f5b75dd24dd } 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-08T17:36:33.889Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a34ff744-2619-4ea6-b1da-74f1e58debf1 from URL: /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml 2022-03-08T17:36:33.889Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:36:33.889Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml 2022-03-08T17:36:33.938Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:36:33.939Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml a34ff744-2619-4ea6-b1da-74f1e58debf1 20368 2022-03-08T17:36:33.939Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:36:33.939Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml 2022-03-08T17:36:33.939Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:36:33.939Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:33.941Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:33.941Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760993939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:36:34.041Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:34.042Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:34.042Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:34.049Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:34.050Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:36:34.941Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2346453-68e1-4eb5-839e-2f5b75dd24dd from URL: /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env 2022-03-08T17:36:34.942Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:36:34.942Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env 2022-03-08T17:36:35.009Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:36:35.010Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env a2346453-68e1-4eb5-839e-2f5b75dd24dd 2098 2022-03-08T17:36:35.010Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:36:35.010Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env 2022-03-08T17:36:35.010Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:36:35.010Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:35.012Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:35.012Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760995010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:36:35.113Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:35.113Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:35.114Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:35.123Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:35.123Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:36.013Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 98e76628-d918-443e-9e98-3b0f082f213e 2022-03-08T17:36:36.014Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2a3d0282-6f9a 0 f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362 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-08T17:36:36.030Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ad27eb, org.onap.sdc.toscaparser.api.parameters.Input@1ab4ced4, org.onap.sdc.toscaparser.api.parameters.Input@63f41fd, org.onap.sdc.toscaparser.api.parameters.Input@69a040ce, org.onap.sdc.toscaparser.api.parameters.Input@411aa06e] 2022-03-08T17:36:36.031Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.032Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.032Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:36:36.032Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4db3543a-8d53-4195-9a60-34bef2b02b2f 2022-03-08T17:36:36.032Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4db3543a-8d53-4195-9a60-34bef2b02b2f matches Tosca VF Customization UUID: 4db3543a-8d53-4195-9a60-34bef2b02b2f 2022-03-08T17:36:36.032Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4db3543a-8d53-4195-9a60-34bef2b02b2f 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-08T17:36:36.033Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.033Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4db3543a-8d53-4195-9a60-34bef2b02b2f: {\"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-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a6504d4 2022-03-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3bb917f-619c-4f8b-a12a-50b345d85ba2 2022-03-08T17:36:36.034Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3bb917f-619c-4f8b-a12a-50b345d85ba2 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-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:36.036Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.037Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91989b7a-1d7c-4cfe-af83-ec00f3430ae2 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-08T17:36:36.038Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:36:36.039Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.040Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8caa9c4-2f44-4c2b-970c-eaaff8826798 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-08T17:36:36.041Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.041Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.041Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:36:36.042Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:36:36.043Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:36:36.043Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0575e43-6bd3-40fa-aece-06dc772583af 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-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2a3d0282-6f9a 0 is matching search criteria 2022-03-08T17:36:36.044Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2a3d0282-6f9a 0] matching following query criteria: sdcType=VF, customizationUUID=4db3543a-8d53-4195-9a60-34bef2b02b2f 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-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 98e76628-d918-443e-9e98-3b0f082f213e: vFW 2a3d0282-6f9a 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.046Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.047Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:36:36.047Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 17-34-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:36:36.047Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-08 17-34-18 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:36:36.189Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2a3d0282-6f9a f8bcb3cb-6d6c-4f6f-ba8e-e87b42022362 1 ASDC deployResourceStructure 2022-03-08T17:36:36.189Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json ASDC sendASDCNotification 2022-03-08T17:36:36.189Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json 2022-03-08T17:36:36.189Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:36:36.190Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:36.191Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:36.191Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760996189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:36:36.292Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:36:36.292Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:36.293Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:36.300Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:36.300Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:37.192Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:36:37.193Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml 2022-03-08T17:36:37.193Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:36:37.193Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:37.195Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:37.195Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760997192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:36:37.296Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:36:37.296Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:37.297Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:37.304Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:37.305Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:38.196Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:36:38.197Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env 2022-03-08T17:36:38.197Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:36:38.197Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:38.199Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:38.199Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760998196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:36:38.304Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-08T17:36:38.305Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:38.305Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:38.313Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:38.314Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:36:39.200Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar ASDC sendASDCNotification 2022-03-08T17:36:39.201Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar 2022-03-08T17:36:39.201Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:36:39.201Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:36:39.203Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:36:39.203Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760999200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:36:39.303Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:36:39.304Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:36:39.304Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:36:39.312Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:36:39.312Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:36:40.204Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:36:40.214Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:36:40.216Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:36:40.216Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:36:40.216Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:37:10.216Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:37:10.224Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:37:10.226Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:37:10.226Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:37:10.226Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:37:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:37:21.999Z||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-08T17:37:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:37:22.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:37:22.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:37:22.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:37:22.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:37:40.226Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:37:40.235Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:37:40.237Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:37:40.237Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:37:40.237Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:38:10.237Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:38:10.246Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:38:10.248Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:38:10.249Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:38:10.249Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:38:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:38:21.999Z||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-08T17:38:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:38:22.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:38:22.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:38:22.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:38:22.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:38:22.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:38:22.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:38:22.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:38:40.249Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:38:40.258Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:38:40.260Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:38:40.260Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:38:40.260Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:39:10.260Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:39:10.270Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:39:10.272Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:39:10.272Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:39:10.272Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:39:22.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:39:22.002Z||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-08T17:39:22.002Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:39:22.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:39:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760969342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760975142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "ves-openapi-manager", "timestamp": 1646760970400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760972337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760984303, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760984383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760984391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760978188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "cds", "timestamp": 1646760985307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-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-08T17:39:22.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.535Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760986187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:39:22.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760987191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760987377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "policy-id", "timestamp": 1646760988193, "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-08T17:39:22.545Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:22.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646760988380, "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-08T17:39:22.553Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.553Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760981997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760989901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760983909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760991544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760991992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "aai-ml", "timestamp": 1646760992546, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:39:22.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760992879, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760993206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760987094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760993939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760994258, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760995010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760995276, "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-08T17:39:22.572Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:22.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760996189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646760996278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/vfw2a3d02826f9a0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760997192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760998196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/resourceInstances/vfw2a3d02826f9a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646760999200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646760999251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646761001257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308173418/1.0/artifacts/service-Vfw20220308173418-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:39:22.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:39:22.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:39:22.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "clamp", "timestamp": 1646761002260, "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-08T17:39:22.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd02949d-87a9-44ba-b54c-7d2995ba99d5 2022-03-08T17:39:22.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:39:40.272Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:39:40.282Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:39:40.284Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:39:40.284Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:39:40.284Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:39:40.284Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:39:40.285Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:39:40.285Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:39:40.289Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:40:10.289Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 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-08T17:40:10.294Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd02949d-87a9-44ba-b54c-7d2995ba99d5 and serviceModelVersionId: 98e76628-d918-443e-9e98-3b0f082f213e 2022-03-08T17:40:10.294Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6c64e3b-50f8-43e1-8099-4f4c11fda739 2022-03-08T17:40:10.294Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0 2022-03-08T17:40:10.300Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:40:10.330Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0|INFO|500||Invoke 2022-03-08T17:40:10.330Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd02949d-87a9-44ba-b54c-7d2995ba99d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55022c88-35fb-4ab7-a6ad-c13ec17ce33b], X-ECOMP-RequestID=[cd02949d-87a9-44ba-b54c-7d2995ba99d5], X-TransactionId=[], X-ONAP-RequestID=[cd02949d-87a9-44ba-b54c-7d2995ba99d5], Content-Type=[application/merge-patch+json]} 2022-03-08T17:40:10.347Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:40:10.399Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?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/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-17:40:10:355-137], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:40:10 GMT], Content-Type=[application/json]} 2022-03-08T17:40:10.402Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e","ERR.5.4.6114"]}}} 2022-03-08T17:40:10.402Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:40:10.406Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=cd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec=ERR.5.4.6114) 2022-03-08T17:40:10.406Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:40:10.406Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec=ERR.5.4.6114) 2022-03-08T17:40:10.406Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=cd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec=ERR.5.4.6114) 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-08T17:40:10.410Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:40:10.410Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd02949d-87a9-44ba-b54c-7d2995ba99d5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec=ERR.5.4.6114) 2022-03-08T17:40:10.410Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:40:10.410Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:40:10.412Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:40:10.412Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761210410, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:40:10.512Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:40:10.513Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:40:10.513Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:10.525Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:40:10.525Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 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-08T17:40:11.422Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:40:11.422Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:40:11.422Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:40:21.999Z||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-08T17:40:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:22.080Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:40:22.081Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:40:22.081Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:40:22.081Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:40:22.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T17:40:22.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd02949d-87a9-44ba-b54c-7d2995ba99d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761210410, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcd02949d-87a9-44ba-b54c-7d2995ba99d5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d6c64e3b-50f8-43e1-8099-4f4c11fda739/model-vers/model-ver/98e76628-d918-443e-9e98-3b0f082f213e) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:40:22.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:40:31.622Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:40:31.623Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:40:31.623Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:40:31.623Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:41.153Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:40:41.153Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:40:41.154Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:40:41.154Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:40:50.683Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:41:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:41:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:41:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:41:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:41:21.998Z||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-08T17:41:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:41:31.554Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:41:31.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:42:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:42:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:42:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:42:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:42:21.998Z||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-08T17:42:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:42:31.531Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:42:31.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:43:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:43:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:43:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:43:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:43:21.999Z||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-08T17:43:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:43:31.529Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:43:31.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:44:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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-08T17:44:21.997Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:44:21.998Z||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-08T17:44:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:22.621Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:22.622Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.622Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb3f1ca2-c734-4266-804b-89ce446593a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"183bc449-9fbf-400c-8e3f-9422e01d2844","serviceDescription":"service","serviceInvariantUUID":"09fa47c2-2f96-42ea-9897-662261fd1efb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"99a6a214-febd-4d17-b434-47987b7f1b8c","resourceInvariantUUID":"d41383a6-ed77-48dd-9822-41cbd3b4122a","resourceCustomizationUUID":"6c8bfd8e-3821-4627-afb1-4c888198202e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OTJkYTU4ZTYxMGYwZTQwMDkwZWFiM2ViNWY4M2Y4NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"517bb1ef-11ab-4450-a78a-118e04049d83","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjI3MGQ5OWI0MWJkOGQ0M2JhNDljMzI3ZGUxZDVhODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bef5ef7a-25aa-4f05-88cd-5e0c8e52346f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:44:22.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "aai-ml", "timestamp": 1646761419342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "cds", "timestamp": 1646761422337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.624Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761423909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.624Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761425142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "aai-ml", "timestamp": 1646761419342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "cds", "timestamp": 1646761422337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761423909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761425142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "ves-openapi-manager", "timestamp": 1646761430400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.626Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:44:22.626Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761461996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761431196, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "cds", "timestamp": 1646761431198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "aai-ml", "timestamp": 1646761431210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "ves-openapi-manager", "timestamp": 1646761430400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "cds", "timestamp": 1646761432202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:44:22.638Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb3f1ca2-c734-4266-804b-89ce446593a0 2022-03-08T17:44:22.638Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:22.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761432588, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:44:22.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761433592, "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-08T17:44:22.647Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb3f1ca2-c734-4266-804b-89ce446593a0 2022-03-08T17:44:22.648Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:22.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "aai-ml", "timestamp": 1646761433923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:44:22.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "aai-ml", "timestamp": 1646761434927, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:44:22.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb3f1ca2-c734-4266-804b-89ce446593a0 2022-03-08T17:44:22.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:22.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "clamp", "timestamp": 1646761437094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "clamp", "timestamp": 1646761437094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "policy-id", "timestamp": 1646761438188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "policy-id", "timestamp": 1646761438188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "policy-id", "timestamp": 1646761441082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "policy-id", "timestamp": 1646761442085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "policy-id", "timestamp": 1646761443087, "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-08T17:44:22.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3f1ca2-c734-4266-804b-89ce446593a0 2022-03-08T17:44:22.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "clamp", "timestamp": 1646761449289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "clamp", "timestamp": 1646761451296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:44:22.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "clamp", "timestamp": 1646761452300, "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-08T17:44:22.678Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb3f1ca2-c734-4266-804b-89ce446593a0 2022-03-08T17:44:22.678Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:22.726Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:44:22.727Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:44:22.727Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:22.735Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:22.736Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:44:23.626Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:44:23.627Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:44:23.629Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:44:23.629Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761461996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:44:23.730Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T17:44:23.730Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:44:23.730Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:23.738Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:23.739Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:44:24.630Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "183bc449-9fbf-400c-8e3f-9422e01d2844", "serviceDescription": "service", "serviceInvariantUUID": "09fa47c2-2f96-42ea-9897-662261fd1efb", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6c8bfd8e-3821-4627-afb1-4c888198202e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "99a6a214-febd-4d17-b434-47987b7f1b8c", "resourceInvariantUUID": "d41383a6-ed77-48dd-9822-41cbd3b4122a", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "YjI3MGQ5OWI0MWJkOGQ0M2JhNDljMzI3ZGUxZDVhODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bef5ef7a-25aa-4f05-88cd-5e0c8e52346f" } ], "workloadContext": "Production" } 2022-03-08T17:44:24.631Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:44:24.631Z|cd02949d-87a9-44ba-b54c-7d2995ba99d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 183bc449-9fbf-400c-8e3f-9422e01d2844 ASDC 2022-03-08T17:44:24.631Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:bb3f1ca2-c734-4266-804b-89ce446593a0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:183bc449-9fbf-400c-8e3f-9422e01d2844 ServiceInvariantUUID:09fa47c2-2f96-42ea-9897-662261fd1efb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:bef5ef7a-25aa-4f05-88cd-5e0c8e52346f ArtifactChecksum:YjI3MGQ5OWI0MWJkOGQ0M2JhNDljMzI3ZGUxZDVhODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6c8bfd8e-3821-4627-afb1-4c888198202e ResourceInvariantUUID:d41383a6-ed77-48dd-9822-41cbd3b4122a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:99a6a214-febd-4d17-b434-47987b7f1b8c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-08T17:44:24.631Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 183bc449-9fbf-400c-8e3f-9422e01d2844 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-08T17:44:24.650Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:44:24.650Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:44:24.650Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:44:24.650Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bef5ef7a-25aa-4f05-88cd-5e0c8e52346f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T17:44:24.650Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T17:44:24.651Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T17:44:24.979Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T17:44:24.983Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bef5ef7a-25aa-4f05-88cd-5e0c8e52346f 52509 2022-03-08T17:44:24.983Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-08T17:44:24.983Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T17:44:24.983Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:44:24.983Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:44:24.985Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:44:24.985Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761464983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:44:25.085Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:44:25.086Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:44:25.086Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:25.095Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:25.096Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:44:25.986Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:44:25.987Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T17:44:25.987Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bef5ef7a-25aa-4f05-88cd-5e0c8e52346f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:25.988Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-08T17:44:25.988Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:25.988Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.055Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP967345028104767623/Definitions/service-BasicNetwork-template.yml 2022-03-08T17:44:26.398Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:44:26.398Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.399Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.400Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.401Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:183bc449-9fbf-400c-8e3f-9422e01d2844 Model Version:NULL Model InvariantUuid:09fa47c2-2f96-42ea-9897-662261fd1efb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d41383a6-ed77-48dd-9822-41cbd3b4122a Model UUID:b1455e40-9892-4414-9f46-127be15c3045 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6c8bfd8e-3821-4627-afb1-4c888198202e Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-08T17:44:26.406Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 99a6a214-febd-4d17-b434-47987b7f1b8c 2022-03-08T17:44:26.406Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||No resources found for Service: 183bc449-9fbf-400c-8e3f-9422e01d2844 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-08T17:44:26.409Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500|| 2022-03-08T17:44:26.409Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-08T17:44:26.409Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 183bc449-9fbf-400c-8e3f-9422e01d2844 2022-03-08T17:44:26.410Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 183bc449-9fbf-400c-8e3f-9422e01d2844 2022-03-08T17:44:26.410Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-08T17:44:26.410Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T17:44:26.413Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b2d7a76, org.onap.sdc.toscaparser.api.parameters.Input@3ab419fa, org.onap.sdc.toscaparser.api.parameters.Input@136fc31a, org.onap.sdc.toscaparser.api.parameters.Input@40315c46, org.onap.sdc.toscaparser.api.parameters.Input@30bf60fc] 2022-03-08T17:44:26.414Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.414Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.414Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.414Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.414Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 183bc449-9fbf-400c-8e3f-9422e01d2844: Generic NeutronNet 2022-03-08T17:44:26.415Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.415Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.415Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.415Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-08T17:44:26.436Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.436Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.436Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.436Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.437Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:44:26.437Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:44:26.437Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-08T17:44:26.470Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-08T17:44:26.470Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-08T17:44:26.470Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T17:44:26.470Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:44:26.471Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:44:26.472Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:44:26.472Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761466470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:44:26.572Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:44:26.573Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:44:26.573Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:26.581Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:26.581Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:44:27.472Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3f1ca2-c734-4266-804b-89ce446593a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:44:27.482Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3f1ca2-c734-4266-804b-89ce446593a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:44:27.485Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:44:27.485Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:44:27.486Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:44:27.486Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:44:27.486Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:44:27.486Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:44:27.490Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:44:57.490Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb3f1ca2-c734-4266-804b-89ce446593a0 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-08T17:44:57.496Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb3f1ca2-c734-4266-804b-89ce446593a0 and serviceModelVersionId: 183bc449-9fbf-400c-8e3f-9422e01d2844 2022-03-08T17:44:57.496Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09fa47c2-2f96-42ea-9897-662261fd1efb 2022-03-08T17:44:57.497Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0 2022-03-08T17:44:57.502Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:44:57.534Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0|INFO|500||Invoke 2022-03-08T17:44:57.535Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb3f1ca2-c734-4266-804b-89ce446593a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8bc8f12-bf8d-435c-bb66-1acc6013627e], X-ECOMP-RequestID=[bb3f1ca2-c734-4266-804b-89ce446593a0], X-TransactionId=[], X-ONAP-RequestID=[bb3f1ca2-c734-4266-804b-89ce446593a0], Content-Type=[application/merge-patch+json]} 2022-03-08T17:44:57.556Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:44:57.590Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?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/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-17:44:57:562-45125], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:44:57 GMT], Content-Type=[application/json]} 2022-03-08T17:44:57.591Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844","ERR.5.4.6114"]}}} 2022-03-08T17:44:57.592Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:44:57.596Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec=ERR.5.4.6114) 2022-03-08T17:44:57.596Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:44:57.597Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec=ERR.5.4.6114) 2022-03-08T17:44:57.597Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec=ERR.5.4.6114) 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-08T17:44:57.600Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:44:57.600Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb3f1ca2-c734-4266-804b-89ce446593a0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec=ERR.5.4.6114) 2022-03-08T17:44:57.600Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:44:57.601Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:44:57.602Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:44:57.603Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761497600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:44:57.703Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:44:57.704Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:44:57.704Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:44:57.717Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:44:57.717Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 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-08T17:45:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:45:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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-08T17:45:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:45:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:45:21.999Z||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-08T17:45:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:45:22.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:45:22.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:45:22.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761461996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:45:22.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:45:31.525Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:46:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:46:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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-08T17:46:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:46:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:46:21.998Z||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-08T17:46:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:46:22.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761461996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761464983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:46:22.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761466470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3f1ca2-c734-4266-804b-89ce446593a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761497600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb3f1ca2-c734-4266-804b-89ce446593a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/09fa47c2-2f96-42ea-9897-662261fd1efb/model-vers/model-ver/183bc449-9fbf-400c-8e3f-9422e01d2844) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:46:22.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:46:31.529Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:47:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:47:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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-08T17:47:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:47:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:47:21.999Z||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-08T17:47:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:47:31.531Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:47:31.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:48:21.997Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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-08T17:48:21.998Z|627181f9-5a82-497e-a07c-35accaa3f5ca|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:48:21.998Z||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-08T17:48:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:22.618Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:22.619Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.619Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8265ec69-ad05-46ae-8c49-66db3c5df5f0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cc54c0c4-02ac-4a87-8243-26aed1395ce7","serviceDescription":"service","serviceInvariantUUID":"da0f4a56-3cd8-4405-8e06-ebd00047749a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b8222e6-029a-47fd-b01f-f4aa62799cb2","resourceInvariantUUID":"028a43dd-af8e-4f4d-8272-fa7705de61f1","resourceCustomizationUUID":"ca73817c-59d4-4167-8a91-03340956c684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NTBlMmIwYmUxNGQwNzBiZTE1OWJiYThjYTJkMzJhY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ade32db7-22da-48f7-b4f4-072432ef5760","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MTE3N2UzNTgxODU3YjllYzc4ZjAyNDEzNjk1ZjNlNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"689881be-ae95-414e-8151-4326c4c1d7ea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9c013b7-db4b-498f-b517-15260acea759","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40de78c5-fea0-4145-9da4-c03025a87d7b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e937ef7b-bc7f-4785-8f81-f5b0f0724196","artifactVersion":"2","generatedFromUUID":"c9c013b7-db4b-498f-b517-15260acea759"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzUwZmU1YTBmZjhiMmZmNGEzMzgyM2M0YzZlYTdlMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51ccf7df-8814-4a8d-9756-09958e14b0b1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmQxZDcxMTA0MTAyM2M0ZWE0OTgwM2QxYTIwY2MwYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1b397bc-aee1-4ebe-8068-796dc99ace6d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:48:22.621Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:22.621Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:22.623Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:22.623Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "ves-openapi-manager", "timestamp": 1646761670400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761665142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761663909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761662337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761678784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761678782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761679089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "cds", "timestamp": 1646761679788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:48:22.649Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:48:22.650Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:48:22.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761679896, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761681178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761681179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761682180, "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-08T17:48:22.661Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:48:22.661Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:48:22.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761682197, "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-08T17:48:22.672Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:48:22.672Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:48:22.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "multicloud-k8s-id", "timestamp": 1646761683201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761677094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761678188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761685910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761686913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "policy-id", "timestamp": 1646761687916, "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-08T17:48:22.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:48:22.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761680792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761690814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761684205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "cds", "timestamp": 1646761691819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:48:22.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:48:22.707Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:48:22.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761691899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761692993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761694281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761695301, "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-08T17:48:22.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:48:22.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:48:22.724Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.724Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.724Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:22.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "multicloud-k8s-id", "timestamp": 1646761696303, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761696309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "ves-openapi-manager", "timestamp": 1646761690400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761697287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761698317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "clamp", "timestamp": 1646761699321, "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-08T17:48:22.729Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:48:22.729Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:48:22.732Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:22.732Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761695142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761701831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:48:22.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:22.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:48:23.624Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:23.625Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:23.627Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:23.627Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:48:23.728Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:23.728Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:23.729Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:23.736Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:23.737Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:24.627Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:24.628Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:24.630Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:24.630Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T17:48:24.730Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:24.731Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:24.731Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:24.739Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:24.739Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:25.630Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:25.631Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:25.633Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:25.633Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:25.733Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:25.734Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:25.734Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:25.742Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:25.742Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:26.634Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:26.635Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:26.636Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:26.636Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T17:48:26.737Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:26.737Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:26.738Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:26.747Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:26.747Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:27.637Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:27.638Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:27.640Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:27.640Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:48:27.740Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:27.741Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:27.741Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:27.748Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:27.748Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:28.640Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:48:28.641Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:28.643Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:28.643Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:48:28.743Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:28.744Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:28.744Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:28.752Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:28.753Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:29.644Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "cc54c0c4-02ac-4a87-8243-26aed1395ce7", "serviceDescription": "service", "serviceInvariantUUID": "da0f4a56-3cd8-4405-8e06-ebd00047749a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ca73817c-59d4-4167-8a91-03340956c684", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7b8222e6-029a-47fd-b01f-f4aa62799cb2", "resourceInvariantUUID": "028a43dd-af8e-4f4d-8272-fa7705de61f1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MTE3N2UzNTgxODU3YjllYzc4ZjAyNDEzNjk1ZjNlNWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "689881be-ae95-414e-8151-4326c4c1d7ea", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c9c013b7-db4b-498f-b517-15260acea759", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e937ef7b-bc7f-4785-8f81-f5b0f0724196", "generatedFromUUID": "c9c013b7-db4b-498f-b517-15260acea759" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e937ef7b-bc7f-4785-8f81-f5b0f0724196", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmQxZDcxMTA0MTAyM2M0ZWE0OTgwM2QxYTIwY2MwYWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1b397bc-aee1-4ebe-8068-796dc99ace6d" } ], "workloadContext": "Production" } 2022-03-08T17:48:29.645Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:48:29.645Z|627181f9-5a82-497e-a07c-35accaa3f5ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cc54c0c4-02ac-4a87-8243-26aed1395ce7 ASDC 2022-03-08T17:48:29.645Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8265ec69-ad05-46ae-8c49-66db3c5df5f0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:cc54c0c4-02ac-4a87-8243-26aed1395ce7 ServiceInvariantUUID:da0f4a56-3cd8-4405-8e06-ebd00047749a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:c1b397bc-aee1-4ebe-8068-796dc99ace6d ArtifactChecksum:NmQxZDcxMTA0MTAyM2M0ZWE0OTgwM2QxYTIwY2MwYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ca73817c-59d4-4167-8a91-03340956c684 ResourceInvariantUUID:028a43dd-af8e-4f4d-8272-fa7705de61f1 ResourceName:basic_vm ResourceType:VF ResourceUUID:7b8222e6-029a-47fd-b01f-f4aa62799cb2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:689881be-ae95-414e-8151-4326c4c1d7ea ArtifactChecksum:MTE3N2UzNTgxODU3YjllYzc4ZjAyNDEzNjk1ZjNlNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:c9c013b7-db4b-498f-b517-15260acea759 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:e937ef7b-bc7f-4785-8f81-f5b0f0724196 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:e937ef7b-bc7f-4785-8f81-f5b0f0724196 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:48:29.645Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc54c0c4-02ac-4a87-8243-26aed1395ce7 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-08T17:48:29.670Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:48:29.671Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:48:29.671Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:48:29.671Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1b397bc-aee1-4ebe-8068-796dc99ace6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-08T17:48:29.671Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:48:29.671Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-08T17:48:29.879Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:48:29.884Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c1b397bc-aee1-4ebe-8068-796dc99ace6d 71062 2022-03-08T17:48:29.884Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-08T17:48:29.884Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-08T17:48:29.884Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:48:29.884Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:29.886Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:29.886Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761709884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:29.986Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:29.987Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:29.987Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:29.995Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:29.995Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:30.886Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:48:30.887Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:48:30.888Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c1b397bc-aee1-4ebe-8068-796dc99ace6d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:30.888Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-08T17:48:30.889Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:30.889Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:30.994Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10800041735733436463/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-08T17:48:31.861Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|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-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|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-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|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-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|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-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-08T17:48:31.862Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|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-BasicVm-csar.csar 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:48:31.863Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:48:31.864Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:48:31.865Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T17:48:31.866Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=135434eb-f107-43ab-a651-12d0a212e6a0 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:31.867Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:cc54c0c4-02ac-4a87-8243-26aed1395ce7 Model Version:NULL Model InvariantUuid:da0f4a56-3cd8-4405-8e06-ebd00047749a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d8db01c4-7fab-4cb7-bf0a-d788493f8cc1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:028a43dd-af8e-4f4d-8272-fa7705de61f1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ca73817c-59d4-4167-8a91-03340956c684 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4d7915be-689e-4aee-9cd9-886439e97b6f ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:18dc2c69-d6d4-4386-90ff-a2dc9891ae53 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:135434eb-f107-43ab-a651-12d0a212e6a0 ModelInvariantUuid:4015fc89-4f84-43c1-a136-6b1a40599a1a ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6a384f82-bb04-4ee2-aa2c-340d49790f2c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:edac921b-525c-4070-9452-29d2348d20f5 ModelInvariantUuid:b840053d-69e8-4999-8894-37dbd00f0690 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8e4a6976-5b50-489a-960d-225f0090e579 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-08T17:48:31.871Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b8222e6-029a-47fd-b01f-f4aa62799cb2 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-08T17:48:31.873Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-03-08T17:48:31.873Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b8222e6-029a-47fd-b01f-f4aa62799cb2 2022-03-08T17:48:31.873Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 689881be-ae95-414e-8151-4326c4c1d7ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-08T17:48:31.873Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:48:31.873Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-08T17:48:31.992Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:48:31.993Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 689881be-ae95-414e-8151-4326c4c1d7ea 787 2022-03-08T17:48:31.993Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-08T17:48:31.993Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-08T17:48:31.993Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:48:31.993Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:31.995Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:31.995Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761711993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:32.096Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:32.096Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:32.096Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:32.104Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:32.104Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:32.996Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4d7915be-689e-4aee-9cd9-886439e97b6f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18dc2c69-d6d4-4386-90ff-a2dc9891ae53", "vfModuleModelCustomizationUUID": "dcd18d61-1f48-4510-8c3a-cb470d1397fd", "isBase": true, "artifacts": [ "c9c013b7-db4b-498f-b517-15260acea759", "e937ef7b-bc7f-4785-8f81-f5b0f0724196" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:48:32.999Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18dc2c69-d6d4-4386-90ff-a2dc9891ae53 VfModuleModelInvariantUUID:4d7915be-689e-4aee-9cd9-886439e97b6f VfModuleModelDescription:NULL Artifacts UUID List:{ c9c013b7-db4b-498f-b517-15260acea759 , e937ef7b-bc7f-4785-8f81-f5b0f0724196 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:48:33.001Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4d7915be-689e-4aee-9cd9-886439e97b6f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18dc2c69-d6d4-4386-90ff-a2dc9891ae53", "vfModuleModelCustomizationUUID": "dcd18d61-1f48-4510-8c3a-cb470d1397fd", "isBase": true, "artifacts": [ "c9c013b7-db4b-498f-b517-15260acea759", "e937ef7b-bc7f-4785-8f81-f5b0f0724196" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:48:33.002Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18dc2c69-d6d4-4386-90ff-a2dc9891ae53 VfModuleModelInvariantUUID:4d7915be-689e-4aee-9cd9-886439e97b6f VfModuleModelDescription:NULL Artifacts UUID List:{ c9c013b7-db4b-498f-b517-15260acea759 , e937ef7b-bc7f-4785-8f81-f5b0f0724196 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:48:33.002Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9c013b7-db4b-498f-b517-15260acea759 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-08T17:48:33.002Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:48:33.002Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-08T17:48:33.097Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:48:33.098Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c9c013b7-db4b-498f-b517-15260acea759 5033 2022-03-08T17:48:33.098Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-08T17:48:33.098Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-08T17:48:33.098Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:48:33.098Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:33.100Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:33.100Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761713098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:33.201Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:48:33.201Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:33.202Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:33.211Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:33.211Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:48:34.101Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e937ef7b-bc7f-4785-8f81-f5b0f0724196 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-08T17:48:34.102Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:48:34.102Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-08T17:48:34.148Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:48:34.149Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e937ef7b-bc7f-4785-8f81-f5b0f0724196 903 2022-03-08T17:48:34.149Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-08T17:48:34.149Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-08T17:48:34.149Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:48:34.149Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:34.151Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:34.151Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761714149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:48:34.252Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:48:34.252Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:34.252Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:34.260Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:34.260Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:35.151Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cc54c0c4-02ac-4a87-8243-26aed1395ce7 2022-03-08T17:48:35.152Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7b8222e6-029a-47fd-b01f-f4aa62799cb2 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-08T17:48:35.163Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f5a2349, org.onap.sdc.toscaparser.api.parameters.Input@2f6270f, org.onap.sdc.toscaparser.api.parameters.Input@7c963b5c, org.onap.sdc.toscaparser.api.parameters.Input@6825f60d, org.onap.sdc.toscaparser.api.parameters.Input@76fbc02b] 2022-03-08T17:48:35.164Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.164Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.165Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:48:35.165Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ca73817c-59d4-4167-8a91-03340956c684 2022-03-08T17:48:35.165Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca73817c-59d4-4167-8a91-03340956c684 matches Tosca VF Customization UUID: ca73817c-59d4-4167-8a91-03340956c684 2022-03-08T17:48:35.165Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ca73817c-59d4-4167-8a91-03340956c684 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-08T17:48:35.166Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.167Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.167Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ca73817c-59d4-4167-8a91-03340956c684: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-08T17:48:35.167Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f55ca10 2022-03-08T17:48:35.167Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.168Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:48:35.168Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dcd18d61-1f48-4510-8c3a-cb470d1397fd 2022-03-08T17:48:35.168Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dcd18d61-1f48-4510-8c3a-cb470d1397fd 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-08T17:48:35.169Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.170Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:35.170Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:35.170Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.170Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:35.170Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:35.171Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.171Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-08T17:48:35.171Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-08T17:48:35.171Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T17:48:35.172Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=135434eb-f107-43ab-a651-12d0a212e6a0 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-08T17:48:35.173Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.173Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:35.174Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:48:35.174Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.174Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-08T17:48:35.174Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ca73817c-59d4-4167-8a91-03340956c684 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-08T17:48:35.176Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.176Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.176Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cc54c0c4-02ac-4a87-8243-26aed1395ce7: basic_vm 2022-03-08T17:48:35.176Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.176Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.177Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.177Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.177Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.177Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.177Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.178Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.178Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:48:35.178Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:48:35.178Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:48:35.233Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7b8222e6-029a-47fd-b01f-f4aa62799cb2 1 ASDC deployResourceStructure 2022-03-08T17:48:35.233Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-08T17:48:35.233Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-08T17:48:35.233Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:48:35.233Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:35.235Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:35.235Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761715233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:48:35.335Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:35.336Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:35.336Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:35.343Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:35.343Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:36.236Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-08T17:48:36.237Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-08T17:48:36.237Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:48:36.237Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:36.239Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:36.239Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761716236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:48:36.340Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:36.341Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:36.341Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:36.349Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:36.350Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:37.240Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-08T17:48:37.241Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-08T17:48:37.241Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:48:37.241Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:37.243Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:37.244Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761717240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-08T17:48:37.344Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:37.345Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:37.345Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:37.354Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:37.354Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:38.246Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-08T17:48:38.246Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-08T17:48:38.246Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:48:38.246Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:48:38.248Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:48:38.249Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761718246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:48:38.349Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:48:38.349Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:48:38.350Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:48:38.357Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:48:38.357Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:48:39.250Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:48:39.260Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:48:39.262Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:48:39.262Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:48:39.262Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:49:09.262Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:49:09.270Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:49:09.272Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:49:09.272Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:49:09.272Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:49:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:49:21.998Z||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-08T17:49:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:49:22.119Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:49:22.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:49:22.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:49:22.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:49:39.272Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:49:39.280Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:49:39.282Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:49:39.282Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:49:39.282Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:50:09.282Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:50:09.292Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:50:09.294Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:50:09.294Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:50:09.294Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:50:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:50:21.998Z||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-08T17:50:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:50:22.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:50:22.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "aai-ml", "timestamp": 1646761702834, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:50:22.527Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8265ec69-ad05-46ae-8c49-66db3c5df5f0 2022-03-08T17:50:22.527Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:50:22.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761703087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761698188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761705666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761706089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646761706669, "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-08T17:50:22.540Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:50:22.540Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:50:22.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761707093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "policy-id", "timestamp": 1646761708096, "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-08T17:50:22.550Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:50:22.550Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:50:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761689342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761709884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761710996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761711993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761713098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761707094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761714149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761715233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761716236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761717240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761718117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761718246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "aai-ml", "timestamp": 1646761719120, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T17:50:22.567Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:50:22.567Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761722311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761724318, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:50:22.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "clamp", "timestamp": 1646761725322, "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-08T17:50:22.577Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 2022-03-08T17:50:22.577Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:50:39.294Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:50:39.303Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:50:39.305Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:50:39.306Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:50:39.306Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:50:39.306Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:50:39.306Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:50:39.306Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:50:39.309Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:51:09.309Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 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-08T17:51:09.314Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8265ec69-ad05-46ae-8c49-66db3c5df5f0 and serviceModelVersionId: cc54c0c4-02ac-4a87-8243-26aed1395ce7 2022-03-08T17:51:09.315Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da0f4a56-3cd8-4405-8e06-ebd00047749a 2022-03-08T17:51:09.316Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0 2022-03-08T17:51:09.320Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:51:09.355Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0|INFO|500||Invoke 2022-03-08T17:51:09.355Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8265ec69-ad05-46ae-8c49-66db3c5df5f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09c9a7c1-9a0a-4d05-b1ef-4a3be38bd3ff], X-ECOMP-RequestID=[8265ec69-ad05-46ae-8c49-66db3c5df5f0], X-TransactionId=[], X-ONAP-RequestID=[8265ec69-ad05-46ae-8c49-66db3c5df5f0], Content-Type=[application/merge-patch+json]} 2022-03-08T17:51:09.372Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:51:09.397Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?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/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-17:51:09:378-74111], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:51:09 GMT], Content-Type=[application/json]} 2022-03-08T17:51:09.399Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7","ERR.5.4.6114"]}}} 2022-03-08T17:51:09.400Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:51:09.403Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec=ERR.5.4.6114) 2022-03-08T17:51:09.403Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:51:09.403Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec=ERR.5.4.6114) 2022-03-08T17:51:09.403Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec=ERR.5.4.6114) 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-08T17:51:09.407Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4cd1cdef marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=11792) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor209.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$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) 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:149) 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.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 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) ... 58 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) ... 59 common frames omitted 2022-03-08T17:51:09.408Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-08T17:51:09.409Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||ERROR|500||(conn=11792) WSREP has not yet prepared node for application use 2022-03-08T17:51:09.413Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) 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.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 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.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor209.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$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) 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) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=11792) 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) ... 53 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) ... 58 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) ... 59 common frames omitted 2022-03-08T17:51:09.413Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8265ec69-ad05-46ae-8c49-66db3c5df5f0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec=ERR.5.4.6114) 2022-03-08T17:51:09.413Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:51:09.414Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:09.415Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:09.415Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761869413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:51:09.516Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:51:09.516Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:09.516Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:09.528Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:09.528Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 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-08T17:51:10.426Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:51:10.426Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b7bfde1-438a-4bbe-ab28-36b7abc6204b","serviceName":"vFW 2022-03-08 17-45-58","serviceVersion":"1.0","serviceUUID":"2184328f-e0b4-4675-beb6-a0387ce99209","serviceDescription":"catalog service description","serviceInvariantUUID":"6be05d55-8e56-48c9-83c7-e3ab9f5debad","resources":[{"resourceInstanceName":"vFW d4e49dab-c83e 0","resourceName":"vFW d4e49dab-c83e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6e0f234-0991-4e31-ac08-f74b2bc81821","resourceInvariantUUID":"d81a6e0d-e246-4963-8d19-6c94d308a51d","resourceCustomizationUUID":"b67ef193-9e58-4570-bf15-b559aabdabdb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjA2YmE0OThmZjJjMTI0MTFlYmJmYmE4NWQ2MmU2ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d25e1f8f-bf30-4e1f-b832-d6df6371cc36","artifactVersion":"1"},{"artifactName":"vfwd4e49dabc83e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json","artifactChecksum":"NTQyOTk3MmViZTliYzc5MmExMjEwZGRjMWFhMmUyMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef4de846-2f46-4442-b750-7579a037abb2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTU0MDA3NTYxOGM4NzViZTRkYTNjYmFjYzFmMzY2Yzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e313a422-8321-4f3b-8851-bd446f3bc975","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"56cb8537-ba38-4d9e-a3f5-178d7817a84a","artifactVersion":"2","generatedFromUUID":"ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308174558-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml","artifactChecksum":"YjlhNWJkYWEwZjM4ZDI4M2YxZDVkOWNiNWUwNzVlNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c819ef2-7535-4186-8db3-5a9da15d63a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220308174558-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar","artifactChecksum":"ZTVjY2Y1ZjQ0MmI5NWI4NGQwY2Q4NDk3YzkxZWJhNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56f9da9b-0abc-469d-99b1-800225720b56","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:51:10.426Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:10.426Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:10.428Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:10.428Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:10.529Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:51:10.529Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:10.529Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:10.537Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:10.538Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:11.429Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:11.430Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:11.432Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:11.432Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:51:11.532Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:11.533Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:11.533Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:11.541Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:11.541Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:12.432Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:12.433Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:12.435Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:12.435Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:51:12.536Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:12.536Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:12.536Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:12.544Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:12.544Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:13.436Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:13.436Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:13.438Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:13.438Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:13.539Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:51:13.539Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:13.540Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:13.546Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:13.547Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:14.439Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:14.439Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:14.441Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:14.442Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:51:14.542Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:14.542Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:14.543Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:14.551Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:14.551Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:15.442Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:15.443Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:15.445Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:15.445Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:15.545Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:15.546Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:15.546Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:15.554Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:15.554Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:16.446Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:51:16.446Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:16.449Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:16.449Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:51:16.549Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:16.550Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:16.550Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:16.557Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:16.557Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:17.450Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "serviceName": "vFW 2022-03-08 17-45-58", "serviceVersion": "1.0", "serviceUUID": "2184328f-e0b4-4675-beb6-a0387ce99209", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6be05d55-8e56-48c9-83c7-e3ab9f5debad", "resources": [ { "resourceInstanceName": "vFW d4e49dab-c83e 0", "resourceCustomizationUUID": "b67ef193-9e58-4570-bf15-b559aabdabdb", "resourceName": "vFW d4e49dab-c83e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a6e0f234-0991-4e31-ac08-f74b2bc81821", "resourceInvariantUUID": "d81a6e0d-e246-4963-8d19-6c94d308a51d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd4e49dabc83e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "artifactChecksum": "NTQyOTk3MmViZTliYzc5MmExMjEwZGRjMWFhMmUyMDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef4de846-2f46-4442-b750-7579a037abb2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "56cb8537-ba38-4d9e-a3f5-178d7817a84a", "generatedFromUUID": "ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "56cb8537-ba38-4d9e-a3f5-178d7817a84a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308174558-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "artifactChecksum": "ZTVjY2Y1ZjQ0MmI5NWI4NGQwY2Q4NDk3YzkxZWJhNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56f9da9b-0abc-469d-99b1-800225720b56" } ], "workloadContext": "Production" } 2022-03-08T17:51:17.451Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:51:17.451Z|8265ec69-ad05-46ae-8c49-66db3c5df5f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2184328f-e0b4-4675-beb6-a0387ce99209 ASDC 2022-03-08T17:51:17.451Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8b7bfde1-438a-4bbe-ab28-36b7abc6204b ServiceName:vFW 2022-03-08 17-45-58 ServiceVersion:1.0 ServiceUUID:2184328f-e0b4-4675-beb6-a0387ce99209 ServiceInvariantUUID:6be05d55-8e56-48c9-83c7-e3ab9f5debad ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308174558-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar ArtifactUUID:56f9da9b-0abc-469d-99b1-800225720b56 ArtifactChecksum:ZTVjY2Y1ZjQ0MmI5NWI4NGQwY2Q4NDk3YzkxZWJhNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d4e49dab-c83e 0 ResourceCustomizationUUID:b67ef193-9e58-4570-bf15-b559aabdabdb ResourceInvariantUUID:d81a6e0d-e246-4963-8d19-6c94d308a51d ResourceName:vFW d4e49dab-c83e ResourceType:VF ResourceUUID:a6e0f234-0991-4e31-ac08-f74b2bc81821 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd4e49dabc83e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json ArtifactUUID:ef4de846-2f46-4442-b750-7579a037abb2 ArtifactChecksum:NTQyOTk3MmViZTliYzc5MmExMjEwZGRjMWFhMmUyMDg= 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/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml ArtifactUUID:ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7 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/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env ArtifactUUID:56cb8537-ba38-4d9e-a3f5-178d7817a84a 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/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env ArtifactUUID:56cb8537-ba38-4d9e-a3f5-178d7817a84a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:51:17.451Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2184328f-e0b4-4675-beb6-a0387ce99209 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-08T17:51:17.474Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:51:17.474Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:51:17.474Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:51:17.474Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56f9da9b-0abc-469d-99b1-800225720b56 from URL: /sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:17.474Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:51:17.475Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:18.293Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:51:18.298Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar 56f9da9b-0abc-469d-99b1-800225720b56 98952 2022-03-08T17:51:18.298Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar ASDC sendASDCNotification 2022-03-08T17:51:18.299Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:18.299Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:51:18.299Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:18.301Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:18.301Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761878298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:18.402Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:18.402Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:18.402Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:18.411Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:18.411Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:19.301Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:51:19.303Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:51:19.304Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 56f9da9b-0abc-469d-99b1-800225720b56, URL: /sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar to file: /app/ASDC/1/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:19.304Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308174558-csar.csar 2022-03-08T17:51:19.304Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:19.305Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:19.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13713047042512794196/Definitions/service-Vfw20220308174558-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-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d4e49dab-c83e 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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.813Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-Vfw20220308174558-csar.csar 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:51:20.814Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:51:20.815Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:51:20.816Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:20.817Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=300523ff-8d9e-460b-a7b4-0245a1ed2cbf 2022-03-08T17:51:20.818Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:51:20.819Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2832709f-62d1-433c-b231-91122d12b3d4 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:51:20.820Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:51:20.821Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8cf9bef-d23a-4293-9609-e59812b0619a 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:20.822Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 17-45-58 Description:catalog service description Model UUID:2184328f-e0b4-4675-beb6-a0387ce99209 Model Version:NULL Model InvariantUuid:6be05d55-8e56-48c9-83c7-e3ab9f5debad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d4e49dab-c83e Model UUID:45df78fd-a1da-46bd-aca1-4c0e6771df88 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d81a6e0d-e246-4963-8d19-6c94d308a51d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b67ef193-9e58-4570-bf15-b559aabdabdb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b87c9c69-ed3d-48ab-b74e-0f0c7bb6ad29 ModelName:VfwD4e49dabC83e..base_vfw..module-0 ModelUuid:e438c99a-48e1-4a11-b723-c3fcb9d803dc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:300523ff-8d9e-460b-a7b4-0245a1ed2cbf ModelInvariantUuid:c724ae15-cb36-43ed-aa4b-d4710f8e6d13 ModelName:vFW d4e49dab-c83e-nodes.vfwCvfc ModelUuid:a0c691c1-dbf0-47cb-8ea9-4f4d835fe386 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f8521b37-f19b-4697-a43f-1e81d8606d22 ModelInvariantUuid:d061be87-5e1a-4424-bcc3-d402b86699e0 ModelName:VfwD4e49dabC83e.compute.nodes.heat.vfw ModelUuid:3515fe83-ec1e-4ec6-a19a-2ba9f83b673d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2832709f-62d1-433c-b231-91122d12b3d4 ModelInvariantUuid:f7c49880-50c9-4cb6-b664-28a5d145c124 ModelName:vFW d4e49dab-c83e-nodes.vsnCvfc ModelUuid:5ed711da-eb16-4c79-acd5-936cf2522918 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b774bc76-edfa-4bf1-9af1-7438ba2178e0 ModelInvariantUuid:d69622fc-80fd-4e73-acba-d841d43c2d9e ModelName:VfwD4e49dabC83e.compute.nodes.heat.vsn ModelUuid:8c5717c9-1074-4e20-988d-a15ac3fd18c7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b8cf9bef-d23a-4293-9609-e59812b0619a ModelInvariantUuid:7cc95505-6ef6-481b-b570-0e5f649bba3c ModelName:vFW d4e49dab-c83e-nodes.vpgCvfc ModelUuid:e3523380-8f22-45f2-8d91-b298c2284b6a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e4c1fb35-be23-42d3-bbeb-7e546cb56bda ModelInvariantUuid:2c5da0b4-f302-41e1-842d-9d00a5b6667c ModelName:VfwD4e49dabC83e.compute.nodes.heat.vpg ModelUuid:cdc1867e-3bcd-45a1-8b7c-2241751c97cf 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-08T17:51:20.827Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a6e0f234-0991-4e31-ac08-f74b2bc81821 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-08T17:51:20.828Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||vFW d4e49dab-c83e 0 2022-03-08T17:51:20.829Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6e0f234-0991-4e31-ac08-f74b2bc81821 2022-03-08T17:51:20.829Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ef4de846-2f46-4442-b750-7579a037abb2 from URL: /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json 2022-03-08T17:51:20.829Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:51:20.829Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json 2022-03-08T17:51:20.990Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:51:20.990Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json ef4de846-2f46-4442-b750-7579a037abb2 785 2022-03-08T17:51:20.991Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json ASDC sendASDCNotification 2022-03-08T17:51:20.991Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json 2022-03-08T17:51:20.991Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:51:20.991Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:20.993Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:20.993Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761880991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:21.093Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:21.093Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:21.094Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:21.101Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:21.101Z||pool-112-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:21.993Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD4e49dabC83e..base_vfw..module-0", "vfModuleModelInvariantUUID": "b87c9c69-ed3d-48ab-b74e-0f0c7bb6ad29", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e438c99a-48e1-4a11-b723-c3fcb9d803dc", "vfModuleModelCustomizationUUID": "e27220b6-37cf-4e42-91b7-0d0a80d714c2", "isBase": true, "artifacts": [ "ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7", "56cb8537-ba38-4d9e-a3f5-178d7817a84a" ], "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-08T17:51:21.996Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD4e49dabC83e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e438c99a-48e1-4a11-b723-c3fcb9d803dc VfModuleModelInvariantUUID:b87c9c69-ed3d-48ab-b74e-0f0c7bb6ad29 VfModuleModelDescription:NULL Artifacts UUID List:{ ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7 , 56cb8537-ba38-4d9e-a3f5-178d7817a84a } 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-08T17:51:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:51:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD4e49dabC83e..base_vfw..module-0", "vfModuleModelInvariantUUID": "b87c9c69-ed3d-48ab-b74e-0f0c7bb6ad29", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e438c99a-48e1-4a11-b723-c3fcb9d803dc", "vfModuleModelCustomizationUUID": "e27220b6-37cf-4e42-91b7-0d0a80d714c2", "isBase": true, "artifacts": [ "ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7", "56cb8537-ba38-4d9e-a3f5-178d7817a84a" ], "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-08T17:51:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD4e49dabC83e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e438c99a-48e1-4a11-b723-c3fcb9d803dc VfModuleModelInvariantUUID:b87c9c69-ed3d-48ab-b74e-0f0c7bb6ad29 VfModuleModelDescription:NULL Artifacts UUID List:{ ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7 , 56cb8537-ba38-4d9e-a3f5-178d7817a84a } 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-08T17:51:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7 from URL: /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml 2022-03-08T17:51:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:51:21.998Z||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-08T17:51:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml 2022-03-08T17:51:22.290Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:51:22.291Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml ebe3a98a-a8ac-43ba-adde-f44ab7b8e1d7 20368 2022-03-08T17:51:22.291Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:51:22.291Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml 2022-03-08T17:51:22.291Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:51:22.291Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:22.293Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:22.293Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761882291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:22.393Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:22.394Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:22.394Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:22.401Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:22.402Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:22.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:22.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8265ec69-ad05-46ae-8c49-66db3c5df5f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761869413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8265ec69-ad05-46ae-8c49-66db3c5df5f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da0f4a56-3cd8-4405-8e06-ebd00047749a/model-vers/model-ver/cc54c0c4-02ac-4a87-8243-26aed1395ce7) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761701997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761878298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761880991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:22.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:51:23.293Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56cb8537-ba38-4d9e-a3f5-178d7817a84a from URL: /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env 2022-03-08T17:51:23.293Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:51:23.294Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env 2022-03-08T17:51:23.398Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:51:23.398Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env 56cb8537-ba38-4d9e-a3f5-178d7817a84a 2098 2022-03-08T17:51:23.398Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:51:23.398Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env 2022-03-08T17:51:23.398Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:51:23.399Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:23.401Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:23.401Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761883398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:51:23.501Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:23.502Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:23.502Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:23.509Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:23.510Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:24.401Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2184328f-e0b4-4675-beb6-a0387ce99209 2022-03-08T17:51:24.402Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d4e49dab-c83e 0 a6e0f234-0991-4e31-ac08-f74b2bc81821 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-08T17:51:24.418Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3daeef0b, org.onap.sdc.toscaparser.api.parameters.Input@1d6e2b5c, org.onap.sdc.toscaparser.api.parameters.Input@46a5e7c2, org.onap.sdc.toscaparser.api.parameters.Input@56011552, org.onap.sdc.toscaparser.api.parameters.Input@1c1d7e2e] 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b67ef193-9e58-4570-bf15-b559aabdabdb 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b67ef193-9e58-4570-bf15-b559aabdabdb matches Tosca VF Customization UUID: b67ef193-9e58-4570-bf15-b559aabdabdb 2022-03-08T17:51:24.419Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b67ef193-9e58-4570-bf15-b559aabdabdb 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-08T17:51:24.420Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b67ef193-9e58-4570-bf15-b559aabdabdb: {\"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-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47c2dde6 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e27220b6-37cf-4e42-91b7-0d0a80d714c2 2022-03-08T17:51:24.421Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e27220b6-37cf-4e42-91b7-0d0a80d714c2 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-08T17:51:24.423Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.423Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.423Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:24.423Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.423Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.424Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:51:24.425Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.425Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:51:24.425Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.425Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=300523ff-8d9e-460b-a7b4-0245a1ed2cbf 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-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:24.427Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.428Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2832709f-62d1-433c-b231-91122d12b3d4 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-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is not matching search criteria 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T17:51:24.430Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T17:51:24.431Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8cf9bef-d23a-4293-9609-e59812b0619a 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-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Node template vFW d4e49dab-c83e 0 is matching search criteria 2022-03-08T17:51:24.433Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d4e49dab-c83e 0] matching following query criteria: sdcType=VF, customizationUUID=b67ef193-9e58-4570-bf15-b559aabdabdb 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-08T17:51:24.434Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.434Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.434Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2184328f-e0b4-4675-beb6-a0387ce99209: vFW d4e49dab-c83e 2022-03-08T17:51:24.434Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.434Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 17-45-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:51:24.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-08 17-45-58 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:51:24.571Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d4e49dab-c83e a6e0f234-0991-4e31-ac08-f74b2bc81821 1 ASDC deployResourceStructure 2022-03-08T17:51:24.571Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json ASDC sendASDCNotification 2022-03-08T17:51:24.571Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json 2022-03-08T17:51:24.571Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:51:24.571Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:24.573Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:24.573Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761884571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:51:24.673Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:24.674Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:24.674Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:24.681Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:24.682Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:25.574Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T17:51:25.574Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml 2022-03-08T17:51:25.574Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:51:25.575Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:25.577Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:25.578Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761885574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:51:25.678Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:25.678Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:25.678Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:25.687Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:25.687Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:26.578Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T17:51:26.579Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env 2022-03-08T17:51:26.579Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:51:26.579Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:26.581Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:26.581Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761886578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:51:26.681Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:26.682Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:26.682Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:26.690Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:26.690Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:27.582Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar ASDC sendASDCNotification 2022-03-08T17:51:27.582Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar 2022-03-08T17:51:27.583Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:51:27.583Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:27.585Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:27.585Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761887582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:51:27.685Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:51:27.686Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:27.686Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:27.693Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:27.694Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:51:28.585Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b7bfde1-438a-4bbe-ab28-36b7abc6204b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:51:28.596Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b7bfde1-438a-4bbe-ab28-36b7abc6204b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:51:28.598Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:51:28.599Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T17:51:28.599Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T17:51:28.599Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T17:51:28.599Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T17:51:28.599Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:51:28.604Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T17:51:58.604Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b7bfde1-438a-4bbe-ab28-36b7abc6204b 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-08T17:51:58.609Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b7bfde1-438a-4bbe-ab28-36b7abc6204b and serviceModelVersionId: 2184328f-e0b4-4675-beb6-a0387ce99209 2022-03-08T17:51:58.610Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6be05d55-8e56-48c9-83c7-e3ab9f5debad 2022-03-08T17:51:58.610Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0 2022-03-08T17:51:58.615Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:51:58.645Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0|INFO|500||Invoke 2022-03-08T17:51:58.645Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b7bfde1-438a-4bbe-ab28-36b7abc6204b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f6c11c1-9be3-4030-977c-678eab134f84], X-ECOMP-RequestID=[8b7bfde1-438a-4bbe-ab28-36b7abc6204b], X-TransactionId=[], X-ONAP-RequestID=[8b7bfde1-438a-4bbe-ab28-36b7abc6204b], Content-Type=[application/merge-patch+json]} 2022-03-08T17:51:58.661Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:51:58.689Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?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/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-17:51:58:667-70235], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:51:58 GMT], Content-Type=[application/json]} 2022-03-08T17:51:58.690Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209","ERR.5.4.6114"]}}} 2022-03-08T17:51:58.691Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:51:58.694Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec=ERR.5.4.6114) 2022-03-08T17:51:58.694Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:51:58.695Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec=ERR.5.4.6114) 2022-03-08T17:51:58.695Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec=ERR.5.4.6114) 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-08T17:51:58.700Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:51:58.701Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b7bfde1-438a-4bbe-ab28-36b7abc6204b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec=ERR.5.4.6114) 2022-03-08T17:51:58.701Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:51:58.701Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:51:58.703Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:51:58.703Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761918701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:51:58.804Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:51:58.804Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:51:58.804Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:51:58.818Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:51:58.818Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 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-08T17:51:59.714Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:51:59.714Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:51:59.714Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:52:10.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:52:10.435Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:52:10.436Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:52:10.436Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:52:19.963Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:52:19.964Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:52:19.964Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:52:19.964Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:52:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:52:21.999Z||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-08T17:52:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:52:22.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:52:22.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T17:52:22.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761882291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:52:22.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:52:29.492Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:52:29.492Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:52:29.493Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:52:29.493Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:52:39.020Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:53:21.996Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:53:21.997Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:53:21.997Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:53:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:53:21.998Z||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-08T17:53:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:53:22.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:53:22.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761883398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761884571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/vfwd4e49dabc83e0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:22.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761885574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761886578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/resourceInstances/vfwd4e49dabc83e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761887582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308174558/1.0/artifacts/service-Vfw20220308174558-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:53:22.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:22.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T17:53:22.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b7bfde1-438a-4bbe-ab28-36b7abc6204b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646761918701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8b7bfde1-438a-4bbe-ab28-36b7abc6204b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6be05d55-8e56-48c9-83c7-e3ab9f5debad/model-vers/model-ver/2184328f-e0b4-4675-beb6-a0387ce99209) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:53:22.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:53:31.532Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:21.997Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:54:21.997Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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-08T17:54:21.998Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:54:21.998Z||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-08T17:54:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:22.621Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:22.621Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.622Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d52c759b-1d72-41d8-8db4-e1e823be7adc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"08d241f3-3429-470b-ad08-128a7e326668","serviceDescription":"service","serviceInvariantUUID":"776aaebb-49dd-462b-8885-a64fa03795bd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3fabb5b-a736-4fd9-ad86-14d29acd070b","resourceInvariantUUID":"7fdbfa6d-22b0-46e7-ab75-c3085e8b8c32","resourceCustomizationUUID":"5d09ddc9-4831-4aee-b22e-721c81b5e486","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGM4MTFkZTJjZTgyODE5YTU3NmYzZjMyZGNhMmQ4YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48153ad3-98e1-4d0c-af6f-b8c3401060be","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8746fe1-ffb2-4fd7-849b-948e7b68399b","artifactVersion":"2","generatedFromUUID":"68a8d61d-e2de-4dde-9589-1ec3038c8969"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68a8d61d-e2de-4dde-9589-1ec3038c8969","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODA5MGUzNWI2NDc4ZDE1NmUyMDJmN2JhMTQzM2VkNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"299b884d-37a9-4bba-b915-2a8121e37452","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0a12508-e517-48a6-a31d-e631498e6e92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18a16d79-a1b0-4c43-864b-746f4cb90b5b","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8dcfab48-069b-41ee-a80a-9cbb79882c0e","artifactVersion":"2","generatedFromUUID":"f0a12508-e517-48a6-a31d-e631498e6e92"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzM4NzU2ZDE1YTgxNWNkYWRjMzdlNjkwNGI4NGE1NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b90073e4-4f85-4984-9459-fb6c6cbf69e8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWI2NGFkNzZlZDgxZmRkOTI1ZGNhMzJjY2ZmNjhlZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"482bcf79-d407-4775-9073-beec0ac0f99a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T17:54:22.623Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:22.623Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:22.625Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:22.625Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762025142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762023909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762018188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762022337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762019342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "aai-ml", "timestamp": 1646762035883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "multicloud-k8s-id", "timestamp": 1646762035882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:22.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762035888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762035888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "policy-id", "timestamp": 1646762035883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "ves-openapi-manager", "timestamp": 1646762030400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:54:22.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "cds", "timestamp": 1646762036892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T17:54:22.641Z||pool-2-thread-7|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4ef1bc95 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=12030) 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 jdk.internal.reflect.GeneratedMethodAccessor198.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 jdk.internal.reflect.GeneratedMethodAccessor194.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) ... 65 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) ... 66 common frames omitted 2022-03-08T17:54:22.642Z||pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-08T17:54:22.642Z||pool-2-thread-7|||||ERROR|500||(conn=12030) WSREP has not yet prepared node for application use 2022-03-08T17:54:22.643Z||pool-2-thread-7|||||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 jdk.internal.reflect.GeneratedMethodAccessor198.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 jdk.internal.reflect.GeneratedMethodAccessor194.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=12030) 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) ... 60 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) ... 65 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) ... 66 common frames omitted 2022-03-08T17:54:22.644Z||pool-2-thread-7|||||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 jdk.internal.reflect.GeneratedMethodAccessor198.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 jdk.internal.reflect.GeneratedMethodAccessor194.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) ... 39 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=12030) 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) ... 60 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) ... 65 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) ... 66 common frames omitted 2022-03-08T17:54:22.644Z||pool-2-thread-7|||||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-08T17:54:22.644Z||pool-2-thread-7|||||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-08T17:54:22.726Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:54:22.726Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:22.727Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:22.734Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:22.734Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:23.626Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:23.626Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:23.628Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:23.628Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T17:54:23.728Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:23.729Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:23.729Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:23.737Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:23.737Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:54:24.628Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:24.629Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:24.630Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:24.630Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T17:54:24.731Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:24.732Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:24.732Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:24.740Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:24.740Z||pool-122-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:25.631Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:25.632Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:25.634Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:25.634Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:54:25.734Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:25.735Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:25.735Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:25.742Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:25.742Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:26.634Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:26.635Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:26.638Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:26.638Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T17:54:26.738Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:26.739Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:26.739Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:26.748Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:26.748Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:27.639Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:27.640Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:27.641Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:27.641Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:27.742Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:27.742Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:27.743Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:27.752Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:27.752Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:28.642Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:28.642Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:28.644Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:28.644Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T17:54:28.745Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:28.746Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:28.746Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:28.755Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:28.755Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:29.645Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:29.646Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:29.648Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:29.648Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:54:29.749Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:54:29.750Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:29.750Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:29.758Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:29.759Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:30.649Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T17:54:30.649Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:30.652Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:30.652Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:54:30.752Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:30.753Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:30.753Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:30.762Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:30.762Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:31.653Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "08d241f3-3429-470b-ad08-128a7e326668", "serviceDescription": "service", "serviceInvariantUUID": "776aaebb-49dd-462b-8885-a64fa03795bd", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "5d09ddc9-4831-4aee-b22e-721c81b5e486", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d3fabb5b-a736-4fd9-ad86-14d29acd070b", "resourceInvariantUUID": "7fdbfa6d-22b0-46e7-ab75-c3085e8b8c32", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8746fe1-ffb2-4fd7-849b-948e7b68399b", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68a8d61d-e2de-4dde-9589-1ec3038c8969", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ODA5MGUzNWI2NDc4ZDE1NmUyMDJmN2JhMTQzM2VkNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "299b884d-37a9-4bba-b915-2a8121e37452", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f0a12508-e517-48a6-a31d-e631498e6e92", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8dcfab48-069b-41ee-a80a-9cbb79882c0e", "generatedFromUUID": "f0a12508-e517-48a6-a31d-e631498e6e92" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8dcfab48-069b-41ee-a80a-9cbb79882c0e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWI2NGFkNzZlZDgxZmRkOTI1ZGNhMzJjY2ZmNjhlZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "482bcf79-d407-4775-9073-beec0ac0f99a" } ], "workloadContext": "Production" } 2022-03-08T17:54:31.653Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T17:54:31.653Z|8b7bfde1-438a-4bbe-ab28-36b7abc6204b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08d241f3-3429-470b-ad08-128a7e326668 ASDC 2022-03-08T17:54:31.654Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d52c759b-1d72-41d8-8db4-e1e823be7adc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:08d241f3-3429-470b-ad08-128a7e326668 ServiceInvariantUUID:776aaebb-49dd-462b-8885-a64fa03795bd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:482bcf79-d407-4775-9073-beec0ac0f99a ArtifactChecksum:ZWI2NGFkNzZlZDgxZmRkOTI1ZGNhMzJjY2ZmNjhlZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:5d09ddc9-4831-4aee-b22e-721c81b5e486 ResourceInvariantUUID:7fdbfa6d-22b0-46e7-ab75-c3085e8b8c32 ResourceName:basic_cnf ResourceType:VF ResourceUUID:d3fabb5b-a736-4fd9-ad86-14d29acd070b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:b8746fe1-ffb2-4fd7-849b-948e7b68399b ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:68a8d61d-e2de-4dde-9589-1ec3038c8969 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:299b884d-37a9-4bba-b915-2a8121e37452 ArtifactChecksum:ODA5MGUzNWI2NDc4ZDE1NmUyMDJmN2JhMTQzM2VkNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:f0a12508-e517-48a6-a31d-e631498e6e92 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:8dcfab48-069b-41ee-a80a-9cbb79882c0e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:8dcfab48-069b-41ee-a80a-9cbb79882c0e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T17:54:31.654Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08d241f3-3429-470b-ad08-128a7e326668 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-08T17:54:31.680Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:54:31.680Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:54:31.680Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:54:31.680Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 482bcf79-d407-4775-9073-beec0ac0f99a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T17:54:31.680Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:31.681Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T17:54:31.789Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:31.794Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 482bcf79-d407-4775-9073-beec0ac0f99a 68947 2022-03-08T17:54:31.794Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-08T17:54:31.794Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T17:54:31.794Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:31.795Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:31.796Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:31.796Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762071794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:31.897Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:31.897Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:31.897Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:31.905Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:31.906Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:32.797Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T17:54:32.798Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T17:54:32.798Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 482bcf79-d407-4775-9073-beec0ac0f99a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:32.798Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-08T17:54:32.799Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:32.799Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:32.914Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14476850872976727829/Definitions/service-BasicCnf-template.yml 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-BasicCnf-csar.csar 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T17:54:33.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:33.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d72a7163-95d9-4cfc-96d0-35ee0729d272 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:33.630Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:08d241f3-3429-470b-ad08-128a7e326668 Model Version:NULL Model InvariantUuid:776aaebb-49dd-462b-8885-a64fa03795bd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2e28f07b-feff-4760-8405-1a946cae3eec Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7fdbfa6d-22b0-46e7-ab75-c3085e8b8c32 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d09ddc9-4831-4aee-b22e-721c81b5e486 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e85c16ac-fd65-43e0-b50a-ee5c15b8d001 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0aebd6cd-1bb6-4e7b-90de-7a108fb7152a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d72a7163-95d9-4cfc-96d0-35ee0729d272 ModelInvariantUuid:1e3a0913-673e-4df9-9888-4fb8b8d1fac8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:70aacb8d-f8da-40b5-873e-84529c7b499c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e201ad21-b574-49e1-a7de-c3ad8a510a25 ModelInvariantUuid:0306e4af-a5a8-41fd-8c07-d20c719b1bca ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:08e6f73c-24d1-411c-91a8-621041837178 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-08T17:54:33.636Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d3fabb5b-a736-4fd9-ad86-14d29acd070b 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-08T17:54:33.638Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-03-08T17:54:33.638Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3fabb5b-a736-4fd9-ad86-14d29acd070b 2022-03-08T17:54:33.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8746fe1-ffb2-4fd7-849b-948e7b68399b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-08T17:54:33.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:33.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-08T17:54:33.703Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:33.704Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b8746fe1-ffb2-4fd7-849b-948e7b68399b 12 2022-03-08T17:54:33.704Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-08T17:54:33.704Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-08T17:54:33.704Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:33.705Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:33.706Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:33.706Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762073704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:33.807Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T17:54:33.807Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:33.807Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:33.815Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:33.815Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:34.707Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 68a8d61d-e2de-4dde-9589-1ec3038c8969 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-08T17:54:34.708Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:34.708Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-08T17:54:34.820Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:34.820Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 68a8d61d-e2de-4dde-9589-1ec3038c8969 2688 2022-03-08T17:54:34.821Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-08T17:54:34.821Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-08T17:54:34.821Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:34.821Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:34.822Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:34.822Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762074821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:34.923Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:34.924Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:34.924Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:34.931Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:34.931Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:35.825Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 299b884d-37a9-4bba-b915-2a8121e37452 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-08T17:54:35.825Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:35.825Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-08T17:54:35.999Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:35.999Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 299b884d-37a9-4bba-b915-2a8121e37452 828 2022-03-08T17:54:35.999Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-08T17:54:36.000Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-08T17:54:36.000Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:36.000Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:36.001Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:36.001Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762075999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:36.101Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:36.102Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:36.102Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:36.110Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:36.111Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:37.001Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e85c16ac-fd65-43e0-b50a-ee5c15b8d001", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0aebd6cd-1bb6-4e7b-90de-7a108fb7152a", "vfModuleModelCustomizationUUID": "84a3b8ad-18d0-4e85-b0d7-d6b3cbcb8316", "isBase": true, "artifacts": [ "68a8d61d-e2de-4dde-9589-1ec3038c8969", "f0a12508-e517-48a6-a31d-e631498e6e92", "8dcfab48-069b-41ee-a80a-9cbb79882c0e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:54:37.005Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0aebd6cd-1bb6-4e7b-90de-7a108fb7152a VfModuleModelInvariantUUID:e85c16ac-fd65-43e0-b50a-ee5c15b8d001 VfModuleModelDescription:NULL Artifacts UUID List:{ 68a8d61d-e2de-4dde-9589-1ec3038c8969 , f0a12508-e517-48a6-a31d-e631498e6e92 , 8dcfab48-069b-41ee-a80a-9cbb79882c0e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:54:37.007Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e85c16ac-fd65-43e0-b50a-ee5c15b8d001", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0aebd6cd-1bb6-4e7b-90de-7a108fb7152a", "vfModuleModelCustomizationUUID": "84a3b8ad-18d0-4e85-b0d7-d6b3cbcb8316", "isBase": true, "artifacts": [ "68a8d61d-e2de-4dde-9589-1ec3038c8969", "f0a12508-e517-48a6-a31d-e631498e6e92", "8dcfab48-069b-41ee-a80a-9cbb79882c0e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T17:54:37.007Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0aebd6cd-1bb6-4e7b-90de-7a108fb7152a VfModuleModelInvariantUUID:e85c16ac-fd65-43e0-b50a-ee5c15b8d001 VfModuleModelDescription:NULL Artifacts UUID List:{ 68a8d61d-e2de-4dde-9589-1ec3038c8969 , f0a12508-e517-48a6-a31d-e631498e6e92 , 8dcfab48-069b-41ee-a80a-9cbb79882c0e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T17:54:37.007Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0a12508-e517-48a6-a31d-e631498e6e92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-08T17:54:37.007Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:37.007Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-08T17:54:37.209Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:37.209Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f0a12508-e517-48a6-a31d-e631498e6e92 1164 2022-03-08T17:54:37.209Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-08T17:54:37.210Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-08T17:54:37.210Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:37.210Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:37.212Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:37.212Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762077209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:37.312Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:37.313Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:37.313Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:37.330Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:37.331Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:38.213Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8dcfab48-069b-41ee-a80a-9cbb79882c0e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-08T17:54:38.214Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T17:54:38.214Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-08T17:54:38.407Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T17:54:38.408Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8dcfab48-069b-41ee-a80a-9cbb79882c0e 200 2022-03-08T17:54:38.408Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-08T17:54:38.408Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-08T17:54:38.408Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T17:54:38.408Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:38.410Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:38.410Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762078408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:54:38.510Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:38.511Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:38.511Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:38.520Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:38.520Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:54:39.411Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 08d241f3-3429-470b-ad08-128a7e326668 2022-03-08T17:54:39.412Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d3fabb5b-a736-4fd9-ad86-14d29acd070b 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=? 2022-03-08T17:54:39.426Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-08T17:54:39.430Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@791038dd, org.onap.sdc.toscaparser.api.parameters.Input@69408916, org.onap.sdc.toscaparser.api.parameters.Input@75dbe985, org.onap.sdc.toscaparser.api.parameters.Input@772201d6, org.onap.sdc.toscaparser.api.parameters.Input@f0c193f] 2022-03-08T17:54:39.431Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.431Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.432Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T17:54:39.432Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5d09ddc9-4831-4aee-b22e-721c81b5e486 2022-03-08T17:54:39.432Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d09ddc9-4831-4aee-b22e-721c81b5e486 matches Tosca VF Customization UUID: 5d09ddc9-4831-4aee-b22e-721c81b5e486 2022-03-08T17:54:39.432Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5d09ddc9-4831-4aee-b22e-721c81b5e486 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-08T17:54:39.434Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.434Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.434Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5d09ddc9-4831-4aee-b22e-721c81b5e486: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-08T17:54:39.434Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f1fe785 2022-03-08T17:54:39.435Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.435Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T17:54:39.435Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84a3b8ad-18d0-4e85-b0d7-d6b3cbcb8316 2022-03-08T17:54:39.435Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84a3b8ad-18d0-4e85-b0d7-d6b3cbcb8316 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-08T17:54:39.436Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.437Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:39.437Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:39.437Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.437Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:39.438Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:39.438Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.438Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T17:54:39.438Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-08T17:54:39.439Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d72a7163-95d9-4cfc-96d0-35ee0729d272 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-08T17:54:39.440Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.440Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:39.440Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T17:54:39.441Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.441Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T17:54:39.441Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5d09ddc9-4831-4aee-b22e-721c81b5e486 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-08T17:54:39.442Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.442Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 08d241f3-3429-470b-ad08-128a7e326668: basic_cnf 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.443Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T17:54:39.444Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T17:54:39.497Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d3fabb5b-a736-4fd9-ad86-14d29acd070b 1 ASDC deployResourceStructure 2022-03-08T17:54:39.497Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-08T17:54:39.497Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-08T17:54:39.498Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T17:54:39.498Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:39.499Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:39.499Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762079497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T17:54:39.599Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:39.600Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:39.600Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:39.608Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:39.608Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:40.500Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-08T17:54:40.500Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-08T17:54:40.501Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T17:54:40.501Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:40.502Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:40.503Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762080500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T17:54:40.603Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:40.604Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:40.604Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:40.612Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:40.612Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:41.503Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-08T17:54:41.504Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-08T17:54:41.504Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:54:41.504Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:41.505Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:41.506Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762081503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:54:41.606Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:41.607Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:41.607Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:41.615Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:41.616Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:42.506Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-08T17:54:42.507Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-08T17:54:42.508Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:54:42.508Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:42.510Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:42.510Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762082506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:54:42.610Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:42.611Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:42.611Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:42.619Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:42.619Z||pool-138-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:43.511Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-08T17:54:43.512Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-08T17:54:43.512Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:54:43.512Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:43.514Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:43.514Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762083511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-08T17:54:43.614Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:43.615Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:43.615Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:43.623Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:43.623Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T17:54:44.515Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-08T17:54:44.516Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T17:54:44.516Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T17:54:44.516Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:54:44.518Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:54:44.518Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762084515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:54:44.618Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:54:44.619Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:54:44.619Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:54:44.628Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:54:44.628Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T17:54:45.519Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:54:45.527Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:54:45.529Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:54:45.529Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:54:45.529Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:55:15.529Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:55:15.538Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:55:15.539Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:55:15.539Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:55:15.539Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:55:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:55:21.999Z||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-08T17:55:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:55:22.120Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:55:22.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:55:22.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:55:22.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:55:45.540Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:55:45.548Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:55:45.549Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:55:45.549Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:55:45.550Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:56:15.550Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:56:15.560Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:56:15.561Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:56:15.562Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:56:15.562Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:56:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:56:21.999Z||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-08T17:56:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:56:22.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:56:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T17:56:22.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T17:56:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T17:56:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762061997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762071794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762073704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762074821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762075999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762077209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762078408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762079497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762080500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762081503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762082506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762083511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762084515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T17:56:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T17:56:45.562Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:56:45.569Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:56:45.571Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:56:45.571Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:56:45.571Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:57:15.571Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:57:15.581Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:57:15.582Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:57:15.583Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:57:15.583Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:57:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:57:21.999Z||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-08T17:57:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:57:31.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:57:45.583Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:57:45.592Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:57:45.593Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:57:45.593Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:57:45.594Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:58:15.594Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:58:15.602Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:58:15.603Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:58:15.603Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:58:15.603Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:58:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:58:21.999Z||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-08T17:58:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:58:31.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:58:45.604Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:58:45.612Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:58:45.613Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:58:45.614Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:58:45.614Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:59:15.614Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:59:15.621Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T17:59:15.623Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T17:59:15.623Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T17:59:15.623Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T17:59:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:59:21.999Z||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-08T17:59:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:59:31.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:59:45.623Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-08T17:59:45.623Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d52c759b-1d72-41d8-8db4-e1e823be7adc 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-08T17:59:45.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d52c759b-1d72-41d8-8db4-e1e823be7adc and serviceModelVersionId: 08d241f3-3429-470b-ad08-128a7e326668 2022-03-08T17:59:45.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 776aaebb-49dd-462b-8885-a64fa03795bd 2022-03-08T17:59:45.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?depth=0 2022-03-08T17:59:45.635Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T17:59:45.661Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?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-08T17:59:45.661Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?depth=0|INFO|500||Invoke 2022-03-08T17:59:45.677Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T17:59:45.703Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T17:59:45.703Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-17:59:45:683-97943], Content-Length=[495], Date=[Tue, 08 Mar 2022 17:59:45 GMT], Content-Type=[application/json]} 2022-03-08T17:59:45.704Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668","ERR.5.4.6114"]}}} 2022-03-08T17:59:45.707Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec=ERR.5.4.6114) 2022-03-08T17:59:45.708Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:59:45.708Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec=ERR.5.4.6114) 2022-03-08T17:59:45.708Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec=ERR.5.4.6114) 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-08T17:59:45.711Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T17:59:45.711Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d52c759b-1d72-41d8-8db4-e1e823be7adc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec=ERR.5.4.6114) 2022-03-08T17:59:45.711Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T17:59:45.711Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T17:59:45.713Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T17:59:45.713Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762385711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec\u003dERR.5.4.6114)" } 2022-03-08T17:59:45.813Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T17:59:45.814Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T17:59:45.814Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T17:59:45.822Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:59:45.822Z||pool-141-thread-1|||||INFO|500||cambria reply ok (8 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-08T17:59:46.724Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:59:46.725Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T17:59:46.725Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T17:59:56.933Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T17:59:56.934Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T17:59:56.934Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T17:59:56.934Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:06.465Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:00:06.466Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:00:06.466Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:00:06.466Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:15.994Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:00:15.995Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:00:15.995Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:00:15.995Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:00:21.999Z||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-08T18:00:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:22.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:00:22.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T18:00:22.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d52c759b-1d72-41d8-8db4-e1e823be7adc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762385711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd52c759b-1d72-41d8-8db4-e1e823be7adc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/776aaebb-49dd-462b-8885-a64fa03795bd/model-vers/model-ver/08d241f3-3429-470b-ad08-128a7e326668) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:00:22.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:00:25.525Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:00:25.525Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:00:25.526Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:00:25.526Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:35.054Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:00:35.055Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:00:35.055Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:00:35.055Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:00:44.583Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:01:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:01:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:01:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:01:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:01:21.998Z||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-08T18:01:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:01:31.534Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:01:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:02:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:02:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:02:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:02:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:02:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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-08T18:02:21.999Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:02:31.530Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:02:31.533Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:03:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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-08T18:03:21.997Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:21.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:03:21.998Z||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-08T18:03:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:22.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:22.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762577094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762577337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762578188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762588807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762588909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762589810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "cds", "timestamp": 1646762589913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T18:03:22.537Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:03:22.538Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:03:22.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762583909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "policy-id", "timestamp": 1646762590812, "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-08T18:03:22.547Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:03:22.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:03:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762591793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762592852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762593995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762595192, "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-08T18:03:22.558Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:03:22.558Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:03:22.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762589342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "multicloud-k8s-id", "timestamp": 1646762596195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "ves-openapi-manager", "timestamp": 1646762590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762597195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762599386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762601393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:03:22.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:03:22.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762595142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:22.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T18:03:22.619Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:22.619Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T18:03:22.620Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b98933a-4105-46e8-8bf8-98795aa6ed50","serviceName":"vFW 2022-03-08 18-01-08","serviceVersion":"1.0","serviceUUID":"1bfcb169-4a09-4bb7-83b4-596fa7a07dde","serviceDescription":"catalog service description","serviceInvariantUUID":"d724a594-1061-435a-9b68-6589a46aba36","resources":[{"resourceInstanceName":"vFW 784378f2-8f8f 0","resourceName":"vFW 784378f2-8f8f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52b824f7-b311-4532-abdc-8a840efd5c25","resourceInvariantUUID":"c8b7643d-870e-4535-8775-448b8d098013","resourceCustomizationUUID":"b9a9012c-4e17-45be-bc09-b24737ebfd1b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml","artifactChecksum":"YWI2ZDIwZjBmYWQ4NDZhNDQ0N2I5MjZiMDRiMDNmYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae696a97-7710-4ae8-823f-e892cf25a0ca","artifactVersion":"1"},{"artifactName":"vfw784378f28f8f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json","artifactChecksum":"Mjg0NDc0Y2I1Y2RmMzU4MTRkYjBjYTBmODAzZWM5NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6fe8188-799e-4160-89e6-6d51b8a725d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56564382-4455-4c12-80c4-a67c954f2de2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml","artifactChecksum":"MzZlM2QyMjg3ZDY5ZDM0MzM1NzhkMDIwYmU3NGRiNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9946f893-06d5-4662-b396-d9c7b2937557","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15ddba59-3565-4e5a-bcbe-a3f8da4975a7","artifactVersion":"2","generatedFromUUID":"56564382-4455-4c12-80c4-a67c954f2de2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308180108-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml","artifactChecksum":"NGU4MGFlNjFkMjcyNWViMDZkZjRhZTY3OGE1NjFlNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffbdc2f7-893c-4063-86a6-b71fce135fd0","artifactVersion":"1"},{"artifactName":"service-Vfw20220308180108-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar","artifactChecksum":"NDVlMzQ3ODQyZDg1MjA1YjUxODMyZDI4NGQ3ZmQ5NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2b90979-05ec-4b34-9696-73ee2c6ee256","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T18:03:22.621Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:22.622Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:22.624Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:22.624Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:22.724Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:22.725Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:22.725Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:22.733Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:22.733Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:23.624Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:23.625Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:23.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:23.627Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:03:23.728Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:23.728Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:23.729Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:23.736Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:23.736Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:24.628Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:24.629Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:24.631Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:24.631Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T18:03:24.731Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:24.732Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:24.732Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:24.741Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:24.741Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:25.631Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:25.632Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:25.633Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:25.633Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:25.734Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:25.734Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:25.734Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:25.742Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:25.743Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:26.634Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:26.634Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:26.636Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:26.637Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T18:03:26.737Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:26.737Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:26.738Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:26.745Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:26.745Z||pool-146-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:27.637Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:27.638Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:27.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:27.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:03:27.739Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:27.740Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:27.740Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:27.748Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:27.748Z||pool-147-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:28.639Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:03:28.640Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:28.642Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:28.642Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:03:28.742Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:28.743Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:28.743Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:28.752Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:28.752Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:03:29.643Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "serviceName": "vFW 2022-03-08 18-01-08", "serviceVersion": "1.0", "serviceUUID": "1bfcb169-4a09-4bb7-83b4-596fa7a07dde", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d724a594-1061-435a-9b68-6589a46aba36", "resources": [ { "resourceInstanceName": "vFW 784378f2-8f8f 0", "resourceCustomizationUUID": "b9a9012c-4e17-45be-bc09-b24737ebfd1b", "resourceName": "vFW 784378f2-8f8f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "52b824f7-b311-4532-abdc-8a840efd5c25", "resourceInvariantUUID": "c8b7643d-870e-4535-8775-448b8d098013", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw784378f28f8f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "artifactChecksum": "Mjg0NDc0Y2I1Y2RmMzU4MTRkYjBjYTBmODAzZWM5NzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6fe8188-799e-4160-89e6-6d51b8a725d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "56564382-4455-4c12-80c4-a67c954f2de2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "15ddba59-3565-4e5a-bcbe-a3f8da4975a7", "generatedFromUUID": "56564382-4455-4c12-80c4-a67c954f2de2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "15ddba59-3565-4e5a-bcbe-a3f8da4975a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308180108-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "artifactChecksum": "NDVlMzQ3ODQyZDg1MjA1YjUxODMyZDI4NGQ3ZmQ5NzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2b90979-05ec-4b34-9696-73ee2c6ee256" } ], "workloadContext": "Production" } 2022-03-08T18:03:29.643Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T18:03:29.643Z|d52c759b-1d72-41d8-8db4-e1e823be7adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bfcb169-4a09-4bb7-83b4-596fa7a07dde ASDC 2022-03-08T18:03:29.644Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:9b98933a-4105-46e8-8bf8-98795aa6ed50 ServiceName:vFW 2022-03-08 18-01-08 ServiceVersion:1.0 ServiceUUID:1bfcb169-4a09-4bb7-83b4-596fa7a07dde ServiceInvariantUUID:d724a594-1061-435a-9b68-6589a46aba36 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308180108-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar ArtifactUUID:e2b90979-05ec-4b34-9696-73ee2c6ee256 ArtifactChecksum:NDVlMzQ3ODQyZDg1MjA1YjUxODMyZDI4NGQ3ZmQ5NzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 784378f2-8f8f 0 ResourceCustomizationUUID:b9a9012c-4e17-45be-bc09-b24737ebfd1b ResourceInvariantUUID:c8b7643d-870e-4535-8775-448b8d098013 ResourceName:vFW 784378f2-8f8f ResourceType:VF ResourceUUID:52b824f7-b311-4532-abdc-8a840efd5c25 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw784378f28f8f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json ArtifactUUID:d6fe8188-799e-4160-89e6-6d51b8a725d9 ArtifactChecksum:Mjg0NDc0Y2I1Y2RmMzU4MTRkYjBjYTBmODAzZWM5NzA= 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/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml ArtifactUUID:56564382-4455-4c12-80c4-a67c954f2de2 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/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env ArtifactUUID:15ddba59-3565-4e5a-bcbe-a3f8da4975a7 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/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env ArtifactUUID:15ddba59-3565-4e5a-bcbe-a3f8da4975a7 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T18:03:29.644Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bfcb169-4a09-4bb7-83b4-596fa7a07dde 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-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2b90979-05ec-4b34-9696-73ee2c6ee256 from URL: /sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:03:29.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:29.989Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:03:29.995Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar e2b90979-05ec-4b34-9696-73ee2c6ee256 98953 2022-03-08T18:03:29.995Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar ASDC sendASDCNotification 2022-03-08T18:03:29.995Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:29.995Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:03:29.996Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:29.997Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:29.997Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762609995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:30.097Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:30.098Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:30.098Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:30.106Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:30.106Z||pool-149-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:30.997Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:03:30.998Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:03:30.999Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e2b90979-05ec-4b34-9696-73ee2c6ee256, URL: /sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar to file: /app/ASDC/1/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:30.999Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308180108-csar.csar 2022-03-08T18:03:31.000Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:31.000Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:31.185Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6268713693496601479/Definitions/service-Vfw20220308180108-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-08T18:03:32.588Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T18:03:32.588Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 784378f2-8f8f 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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-Vfw20220308180108-csar.csar 2022-03-08T18:03:32.589Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:03:32.590Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T18:03:32.591Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T18:03:32.592Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:32.593Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.594Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.595Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9360f30b-3af2-4a3d-bf6a-5127c39a8aac 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:32.596Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T18:03:32.597Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d660f83c-d59a-4f92-bea9-041362b3504b 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:32.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T18:03:32.599Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6a2543be-07f5-4e7f-b88d-4e59e0fa470a 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:32.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:32.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 18-01-08 Description:catalog service description Model UUID:1bfcb169-4a09-4bb7-83b4-596fa7a07dde Model Version:NULL Model InvariantUuid:d724a594-1061-435a-9b68-6589a46aba36 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 784378f2-8f8f Model UUID:9bb5d42e-4f36-40e5-9f35-3144ff84e9d2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c8b7643d-870e-4535-8775-448b8d098013 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9a9012c-4e17-45be-bc09-b24737ebfd1b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cc25d236-4613-4f59-b7ed-c8666f99807e ModelName:Vfw784378f28f8f..base_vfw..module-0 ModelUuid:f9254323-a2e2-4f30-b106-4d4b26c8ca7c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9360f30b-3af2-4a3d-bf6a-5127c39a8aac ModelInvariantUuid:4dd42731-2628-474f-b59c-725b5ba774d1 ModelName:vFW 784378f2-8f8f-nodes.vfwCvfc ModelUuid:c075a358-dd47-484b-a072-dc75eb117105 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:dd939d25-0ef5-4471-ba58-def6762a0734 ModelInvariantUuid:a610da9c-0cc1-4a66-94be-453bb9806a75 ModelName:Vfw784378f28f8f.compute.nodes.heat.vfw ModelUuid:c2785106-11b2-48ad-9619-1b4acbcd1943 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d660f83c-d59a-4f92-bea9-041362b3504b ModelInvariantUuid:50ad669b-951d-4510-81fe-42823762226b ModelName:vFW 784378f2-8f8f-nodes.vsnCvfc ModelUuid:200df4e3-f070-4ff0-a185-b048c19d4d66 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b0fcf28f-7e3a-42ac-9188-16b1b80d016e ModelInvariantUuid:de3c8d63-a0f5-4dd7-8bec-e722127abeb7 ModelName:Vfw784378f28f8f.compute.nodes.heat.vsn ModelUuid:2eca9dec-e968-4605-9c9c-afe654011251 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6a2543be-07f5-4e7f-b88d-4e59e0fa470a ModelInvariantUuid:28a2c2e2-1331-45aa-ae7f-5e6ae4c9bd73 ModelName:vFW 784378f2-8f8f-nodes.vpgCvfc ModelUuid:d1a51132-f187-4281-b88b-390424482488 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:265bea78-ea28-4b74-926c-5d3357de9561 ModelInvariantUuid:48c16a87-c817-441c-888d-72ae5aba99fd ModelName:Vfw784378f28f8f.compute.nodes.heat.vpg ModelUuid:ec21df9d-0d13-423e-8495-8eca3df60822 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-08T18:03:32.606Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52b824f7-b311-4532-abdc-8a840efd5c25 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-08T18:03:32.607Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||vFW 784378f2-8f8f 0 2022-03-08T18:03:32.607Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52b824f7-b311-4532-abdc-8a840efd5c25 2022-03-08T18:03:32.608Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d6fe8188-799e-4160-89e6-6d51b8a725d9 from URL: /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json 2022-03-08T18:03:32.608Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:03:32.608Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json 2022-03-08T18:03:32.796Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:03:32.796Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json d6fe8188-799e-4160-89e6-6d51b8a725d9 785 2022-03-08T18:03:32.796Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json ASDC sendASDCNotification 2022-03-08T18:03:32.797Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json 2022-03-08T18:03:32.797Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:03:32.797Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:32.798Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:32.799Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762612796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:32.899Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:32.900Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:32.900Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:32.909Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:32.909Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:03:33.799Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw784378f28f8f..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc25d236-4613-4f59-b7ed-c8666f99807e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9254323-a2e2-4f30-b106-4d4b26c8ca7c", "vfModuleModelCustomizationUUID": "cfac2b2a-51a6-4729-91af-31cf8a22416c", "isBase": true, "artifacts": [ "56564382-4455-4c12-80c4-a67c954f2de2", "15ddba59-3565-4e5a-bcbe-a3f8da4975a7" ], "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-08T18:03:33.802Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw784378f28f8f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9254323-a2e2-4f30-b106-4d4b26c8ca7c VfModuleModelInvariantUUID:cc25d236-4613-4f59-b7ed-c8666f99807e VfModuleModelDescription:NULL Artifacts UUID List:{ 56564382-4455-4c12-80c4-a67c954f2de2 , 15ddba59-3565-4e5a-bcbe-a3f8da4975a7 } 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-08T18:03:33.805Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw784378f28f8f..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc25d236-4613-4f59-b7ed-c8666f99807e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9254323-a2e2-4f30-b106-4d4b26c8ca7c", "vfModuleModelCustomizationUUID": "cfac2b2a-51a6-4729-91af-31cf8a22416c", "isBase": true, "artifacts": [ "56564382-4455-4c12-80c4-a67c954f2de2", "15ddba59-3565-4e5a-bcbe-a3f8da4975a7" ], "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-08T18:03:33.805Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw784378f28f8f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9254323-a2e2-4f30-b106-4d4b26c8ca7c VfModuleModelInvariantUUID:cc25d236-4613-4f59-b7ed-c8666f99807e VfModuleModelDescription:NULL Artifacts UUID List:{ 56564382-4455-4c12-80c4-a67c954f2de2 , 15ddba59-3565-4e5a-bcbe-a3f8da4975a7 } 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-08T18:03:33.806Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56564382-4455-4c12-80c4-a67c954f2de2 from URL: /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml 2022-03-08T18:03:33.806Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:03:33.806Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml 2022-03-08T18:03:33.986Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:03:33.987Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml 56564382-4455-4c12-80c4-a67c954f2de2 20368 2022-03-08T18:03:33.987Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T18:03:33.988Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml 2022-03-08T18:03:33.988Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:03:33.988Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:33.990Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:33.990Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762613987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:34.090Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:34.091Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:34.091Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:34.099Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:34.099Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:34.990Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 15ddba59-3565-4e5a-bcbe-a3f8da4975a7 from URL: /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env 2022-03-08T18:03:34.991Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:03:34.991Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env 15ddba59-3565-4e5a-bcbe-a3f8da4975a7 2098 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:03:35.394Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:35.396Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:35.396Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762615394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:03:35.496Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:35.497Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:35.497Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:35.504Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:35.504Z||pool-152-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:36.396Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1bfcb169-4a09-4bb7-83b4-596fa7a07dde 2022-03-08T18:03:36.397Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 784378f2-8f8f 0 52b824f7-b311-4532-abdc-8a840efd5c25 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T18:03:36.413Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4376439c, org.onap.sdc.toscaparser.api.parameters.Input@5c5e7bf7, org.onap.sdc.toscaparser.api.parameters.Input@584e24fb, org.onap.sdc.toscaparser.api.parameters.Input@76e6f7e2, org.onap.sdc.toscaparser.api.parameters.Input@77d2001] 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b9a9012c-4e17-45be-bc09-b24737ebfd1b 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9a9012c-4e17-45be-bc09-b24737ebfd1b matches Tosca VF Customization UUID: b9a9012c-4e17-45be-bc09-b24737ebfd1b 2022-03-08T18:03:36.414Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b9a9012c-4e17-45be-bc09-b24737ebfd1b 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-08T18:03:36.416Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.416Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.416Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b9a9012c-4e17-45be-bc09-b24737ebfd1b: {\"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-08T18:03:36.416Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@400b5ce0 2022-03-08T18:03:36.416Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.417Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:03:36.417Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cfac2b2a-51a6-4729-91af-31cf8a22416c 2022-03-08T18:03:36.417Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cfac2b2a-51a6-4729-91af-31cf8a22416c 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-08T18:03:36.418Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.418Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:36.419Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.420Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9360f30b-3af2-4a3d-bf6a-5127c39a8aac 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-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T18:03:36.422Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.423Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d660f83c-d59a-4f92-bea9-041362b3504b 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-08T18:03:36.424Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is not matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.425Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T18:03:36.426Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6a2543be-07f5-4e7f-b88d-4e59e0fa470a 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-08T18:03:36.427Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.428Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.428Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:03:36.428Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.428Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Node template vFW 784378f2-8f8f 0 is matching search criteria 2022-03-08T18:03:36.428Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 784378f2-8f8f 0] matching following query criteria: sdcType=VF, customizationUUID=b9a9012c-4e17-45be-bc09-b24737ebfd1b 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-08T18:03:36.429Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.429Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1bfcb169-4a09-4bb7-83b4-596fa7a07dde: vFW 784378f2-8f8f 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:03:36.430Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-08 18-01-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:03:36.431Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-08 18-01-08 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T18:03:36.573Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 784378f2-8f8f 52b824f7-b311-4532-abdc-8a840efd5c25 1 ASDC deployResourceStructure 2022-03-08T18:03:36.574Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json ASDC sendASDCNotification 2022-03-08T18:03:36.574Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json 2022-03-08T18:03:36.574Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:03:36.574Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:36.575Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:36.576Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762616574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:03:36.676Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:36.677Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:36.677Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:36.686Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:36.686Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:37.576Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T18:03:37.577Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml 2022-03-08T18:03:37.577Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:03:37.577Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:37.579Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:37.580Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762617576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:03:37.680Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:37.681Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:37.681Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:37.690Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:37.691Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:38.580Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T18:03:38.581Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env 2022-03-08T18:03:38.581Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:03:38.582Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:38.584Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:38.584Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762618580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T18:03:38.684Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:38.685Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:38.685Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:38.693Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:38.693Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:39.585Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar ASDC sendASDCNotification 2022-03-08T18:03:39.585Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar 2022-03-08T18:03:39.585Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:03:39.586Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:03:39.588Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:03:39.588Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762619585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:03:39.688Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:03:39.689Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:03:39.689Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:03:39.697Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:03:39.697Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:03:40.588Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:03:40.598Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:03:40.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:03:40.600Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:03:40.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:04:10.601Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:04:10.609Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:04:10.610Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:04:10.610Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:04:10.611Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:04:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:04:21.999Z||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-08T18:04:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:04:22.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:04:22.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:04:22.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "clamp", "timestamp": 1646762602397, "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-08T18:04:22.029Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:04:22.030Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:04:40.611Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:04:40.620Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:04:40.622Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:04:40.622Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:04:40.622Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:05:10.622Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:05:10.632Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:05:10.634Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:05:10.634Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:05:10.634Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:05:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:05:21.999Z||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-08T18:05:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:05:22.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:05:22.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:05:22.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:05:22.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:05:40.634Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:05:40.641Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:05:40.643Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:05:40.643Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:05:40.643Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:06:10.643Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:06:10.653Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:06:10.655Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:06:10.656Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:06:10.656Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:06:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:06:21.999Z||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-08T18:06:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:06:22.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:06:22.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762603192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762603788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "aai-ml", "timestamp": 1646762604791, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T18:06:22.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:06:22.029Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762605792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762606795, "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-08T18:06:22.037Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b98933a-4105-46e8-8bf8-98795aa6ed50 2022-03-08T18:06:22.037Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762601997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762609995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762612796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762613987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762615394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762616574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/vfw784378f28f8f0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762617576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762618580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/resourceInstances/vfw784378f28f8f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762619585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308180108/1.0/artifacts/service-Vfw20220308180108-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:06:22.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:06:40.656Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:06:40.666Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:06:40.669Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:06:40.670Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T18:06:40.670Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T18:06:40.670Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T18:06:40.670Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T18:06:40.670Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T18:06:40.675Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T18:07:10.676Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 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-08T18:07:10.682Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b98933a-4105-46e8-8bf8-98795aa6ed50 and serviceModelVersionId: 1bfcb169-4a09-4bb7-83b4-596fa7a07dde 2022-03-08T18:07:10.682Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d724a594-1061-435a-9b68-6589a46aba36 2022-03-08T18:07:10.683Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?depth=0 2022-03-08T18:07:10.688Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T18:07:10.711Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?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-08T18:07:10.712Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?depth=0|INFO|500||Invoke 2022-03-08T18:07:10.728Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T18:07:10.754Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T18:07:10.754Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-18:07:10:735-47012], Content-Length=[495], Date=[Tue, 08 Mar 2022 18:07:10 GMT], Content-Type=[application/json]} 2022-03-08T18:07:10.755Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde","ERR.5.4.6114"]}}} 2022-03-08T18:07:10.757Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec=ERR.5.4.6114) 2022-03-08T18:07:10.757Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:07:10.758Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec=ERR.5.4.6114) 2022-03-08T18:07:10.758Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec=ERR.5.4.6114) 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-08T18:07:10.761Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:07:10.761Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b98933a-4105-46e8-8bf8-98795aa6ed50 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec=ERR.5.4.6114) 2022-03-08T18:07:10.761Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T18:07:10.761Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:10.762Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:10.762Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762830761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:07:10.863Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:10.863Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:10.864Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:10.876Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:10.877Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 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-08T18:07:11.772Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:07:11.773Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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-08T18:07:11.773Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:16.284Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:16.285Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T18:07:16.285Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bef546ca-40f5-4516-8aa9-cc86d6f8b972","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"864a4d41-7f59-4f16-8ae7-d2fc2cf9881e","serviceDescription":"service","serviceInvariantUUID":"e637150b-28dc-4486-aded-c6fb29447fae","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ae984ee-c6e0-4c8b-85f8-2c465f87f934","resourceInvariantUUID":"f245c493-9e6c-4e75-892b-de383ca65ecb","resourceCustomizationUUID":"16863dd7-36fa-41ac-b780-37595e5e9a98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMjUyZWYyYjliZWNiN2ExNjE3MDg0MjNkZTFiYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a00a43b-9cdc-4186-a541-460975654705","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MGQxYzVjZjY0YzNiNDlhOWYzMTBhODI1ZTVmNjJiMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1adebdf-f4a7-4248-80f8-5f7e5791e2d7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"95cbd278-7cdc-4127-a5de-647d914e1d02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"239ee289-3bfc-42bb-a3e4-76392ca886fd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5a688d8-5fbe-4981-8159-648509ae22d5","artifactVersion":"2","generatedFromUUID":"95cbd278-7cdc-4127-a5de-647d914e1d02"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjVhY2RhNjA1ODc4Y2NkMTY4YTg4MGYxYmI0N2E4Y2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba145734-9516-4871-933f-916067f013cf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTE5NDUzNDJjODhhMzVjZGFlMjQxMTZiMzQ3OTIwMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1aece47-4b62-40d9-a6f0-fd25072b045d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2NjNGU0ZWM0NmE3MTg1MzYxMzM2OWI1NjY0MDI0NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68d989ac-6d6c-4b3e-bc4a-06ad81a62b26","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T18:07:16.286Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:16.286Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:16.288Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:16.288Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:16.388Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:16.389Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:16.389Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:16.396Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:16.397Z||pool-158-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:17.289Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:17.290Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:17.292Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:17.292Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:07:17.392Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:17.393Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:17.393Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:17.399Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:17.400Z||pool-159-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:18.292Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:18.293Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:18.295Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:18.295Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T18:07:18.396Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:07:18.397Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:18.397Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:18.405Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:18.405Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:19.296Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:19.297Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:19.299Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:19.299Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:19.399Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:19.400Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:19.400Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:19.409Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:19.410Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:20.299Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:20.300Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:20.302Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:20.302Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T18:07:20.402Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:20.403Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:20.403Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:20.411Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:20.411Z||pool-162-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:21.303Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:21.304Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:21.305Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:21.306Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:21.406Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:21.406Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:21.407Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:21.415Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:21.415Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:07:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:07:21.999Z||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-08T18:07:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:22.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:22.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:07:22.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762655142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762658188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762663909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762673397, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762673486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762673490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762674492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762667094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762674800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762667337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762675334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "policy-id", "timestamp": 1646762675494, "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-08T18:07:22.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.040Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762676094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762676213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762676337, "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-08T18:07:22.049Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.049Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762677114, "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-08T18:07:22.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "ves-openapi-manager", "timestamp": 1646762670400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "multicloud-k8s-id", "timestamp": 1646762678118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "cds", "timestamp": 1646762678318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T18:07:22.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.071Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762684395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762679342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762687398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762688293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "clamp", "timestamp": 1646762688402, "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-08T18:07:22.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.081Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762692713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T18:07:22.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "aai-ml", "timestamp": 1646762693716, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T18:07:22.089Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bef546ca-40f5-4516-8aa9-cc86d6f8b972 2022-03-08T18:07:22.089Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762697094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762703909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762698188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762697337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762714991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762714998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762714993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762715996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "cds", "timestamp": 1646762716242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T18:07:22.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:07:22.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:07:22.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762716288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "policy-id", "timestamp": 1646762716999, "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-08T18:07:22.122Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:07:22.122Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:07:22.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762717403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762718684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762709342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762719737, "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-08T18:07:22.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:07:22.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:07:22.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "ves-openapi-manager", "timestamp": 1646762710400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762720203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "multicloud-k8s-id", "timestamp": 1646762720740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762721768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:07:22.306Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:22.307Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:22.308Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:22.309Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:07:22.409Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:22.410Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:22.410Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:22.418Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:22.418Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:23.309Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:07:23.310Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:23.312Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:23.312Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:07:23.412Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:23.413Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:23.413Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:23.421Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:23.421Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:24.313Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "864a4d41-7f59-4f16-8ae7-d2fc2cf9881e", "serviceDescription": "service", "serviceInvariantUUID": "e637150b-28dc-4486-aded-c6fb29447fae", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "16863dd7-36fa-41ac-b780-37595e5e9a98", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0ae984ee-c6e0-4c8b-85f8-2c465f87f934", "resourceInvariantUUID": "f245c493-9e6c-4e75-892b-de383ca65ecb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MGQxYzVjZjY0YzNiNDlhOWYzMTBhODI1ZTVmNjJiMDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1adebdf-f4a7-4248-80f8-5f7e5791e2d7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "95cbd278-7cdc-4127-a5de-647d914e1d02", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5a688d8-5fbe-4981-8159-648509ae22d5", "generatedFromUUID": "95cbd278-7cdc-4127-a5de-647d914e1d02" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5a688d8-5fbe-4981-8159-648509ae22d5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2NjNGU0ZWM0NmE3MTg1MzYxMzM2OWI1NjY0MDI0NmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68d989ac-6d6c-4b3e-bc4a-06ad81a62b26" } ], "workloadContext": "Production" } 2022-03-08T18:07:24.314Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T18:07:24.314Z|9b98933a-4105-46e8-8bf8-98795aa6ed50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 864a4d41-7f59-4f16-8ae7-d2fc2cf9881e ASDC 2022-03-08T18:07:24.315Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:bef546ca-40f5-4516-8aa9-cc86d6f8b972 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:864a4d41-7f59-4f16-8ae7-d2fc2cf9881e ServiceInvariantUUID:e637150b-28dc-4486-aded-c6fb29447fae ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:68d989ac-6d6c-4b3e-bc4a-06ad81a62b26 ArtifactChecksum:Y2NjNGU0ZWM0NmE3MTg1MzYxMzM2OWI1NjY0MDI0NmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:16863dd7-36fa-41ac-b780-37595e5e9a98 ResourceInvariantUUID:f245c493-9e6c-4e75-892b-de383ca65ecb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0ae984ee-c6e0-4c8b-85f8-2c465f87f934 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:b1adebdf-f4a7-4248-80f8-5f7e5791e2d7 ArtifactChecksum:MGQxYzVjZjY0YzNiNDlhOWYzMTBhODI1ZTVmNjJiMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:95cbd278-7cdc-4127-a5de-647d914e1d02 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a5a688d8-5fbe-4981-8159-648509ae22d5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a5a688d8-5fbe-4981-8159-648509ae22d5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T18:07:24.315Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 864a4d41-7f59-4f16-8ae7-d2fc2cf9881e 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-08T18:07:24.338Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:07:24.339Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:07:24.339Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:07:24.339Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 68d989ac-6d6c-4b3e-bc4a-06ad81a62b26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-08T18:07:24.339Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:07:24.339Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-08T18:07:24.685Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:07:24.688Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 68d989ac-6d6c-4b3e-bc4a-06ad81a62b26 78827 2022-03-08T18:07:24.688Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-08T18:07:24.688Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-08T18:07:24.688Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:07:24.688Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:24.690Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:24.690Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762844688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:24.790Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:24.791Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:24.791Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:24.799Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:24.799Z||pool-166-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:25.691Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:07:25.692Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:07:25.693Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 68d989ac-6d6c-4b3e-bc4a-06ad81a62b26, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:25.693Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-08T18:07:25.693Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:25.693Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:25.771Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10546108989019980599/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-08T18:07:26.572Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|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-BasicVmMacro-csar.csar 2022-03-08T18:07:26.573Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|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-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|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-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|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-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|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-BasicVmMacro-csar.csar 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.574Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.575Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T18:07:26.576Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.577Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-08T18:07:26.578Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ee8d1bfa-db28-4e53-9e04-a676976dcc5e 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.579Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.580Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:26.580Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:26.580Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:864a4d41-7f59-4f16-8ae7-d2fc2cf9881e Model Version:NULL Model InvariantUuid:e637150b-28dc-4486-aded-c6fb29447fae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9ce25758-e45a-41c6-8f86-88338d145501 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f245c493-9e6c-4e75-892b-de383ca65ecb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:16863dd7-36fa-41ac-b780-37595e5e9a98 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f40a8bc-ab3f-4c21-bd04-37fa6aa3a43d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:35d9794d-10c2-40f4-8f98-f51339b8c19e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ee8d1bfa-db28-4e53-9e04-a676976dcc5e ModelInvariantUuid:00e47966-317c-4e37-9cb1-087d4778d873 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:20826f2a-96ee-4139-bfff-90660a224f6f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a188c21e-5cda-46d7-9369-9b095ae779d2 ModelInvariantUuid:b6ce8f32-86a6-4988-9fc7-e503b4318be7 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0460446d-5b30-4def-959d-978a277ed3c8 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-08T18:07:26.585Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ae984ee-c6e0-4c8b-85f8-2c465f87f934 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-08T18:07:26.586Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-03-08T18:07:26.586Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ae984ee-c6e0-4c8b-85f8-2c465f87f934 2022-03-08T18:07:26.586Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1adebdf-f4a7-4248-80f8-5f7e5791e2d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-08T18:07:26.586Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:07:26.586Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-08T18:07:26.780Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:07:26.781Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b1adebdf-f4a7-4248-80f8-5f7e5791e2d7 792 2022-03-08T18:07:26.781Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-08T18:07:26.781Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-08T18:07:26.781Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:07:26.781Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:26.783Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:26.783Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762846781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:26.884Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:26.884Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:26.884Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:26.893Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:26.894Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:27.784Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f40a8bc-ab3f-4c21-bd04-37fa6aa3a43d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "35d9794d-10c2-40f4-8f98-f51339b8c19e", "vfModuleModelCustomizationUUID": "32e4ed3f-0994-46dd-93d0-5cf9d305ca46", "isBase": true, "artifacts": [ "95cbd278-7cdc-4127-a5de-647d914e1d02", "a5a688d8-5fbe-4981-8159-648509ae22d5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:07:27.788Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:35d9794d-10c2-40f4-8f98-f51339b8c19e VfModuleModelInvariantUUID:1f40a8bc-ab3f-4c21-bd04-37fa6aa3a43d VfModuleModelDescription:NULL Artifacts UUID List:{ 95cbd278-7cdc-4127-a5de-647d914e1d02 , a5a688d8-5fbe-4981-8159-648509ae22d5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T18:07:27.790Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f40a8bc-ab3f-4c21-bd04-37fa6aa3a43d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "35d9794d-10c2-40f4-8f98-f51339b8c19e", "vfModuleModelCustomizationUUID": "32e4ed3f-0994-46dd-93d0-5cf9d305ca46", "isBase": true, "artifacts": [ "95cbd278-7cdc-4127-a5de-647d914e1d02", "a5a688d8-5fbe-4981-8159-648509ae22d5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:07:27.790Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:35d9794d-10c2-40f4-8f98-f51339b8c19e VfModuleModelInvariantUUID:1f40a8bc-ab3f-4c21-bd04-37fa6aa3a43d VfModuleModelDescription:NULL Artifacts UUID List:{ 95cbd278-7cdc-4127-a5de-647d914e1d02 , a5a688d8-5fbe-4981-8159-648509ae22d5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T18:07:27.790Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95cbd278-7cdc-4127-a5de-647d914e1d02 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-08T18:07:27.790Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:07:27.790Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-08T18:07:28.178Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:07:28.179Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 95cbd278-7cdc-4127-a5de-647d914e1d02 5033 2022-03-08T18:07:28.179Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-08T18:07:28.179Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-08T18:07:28.179Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:07:28.179Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:28.181Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:28.181Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762848179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:28.281Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:28.282Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:28.282Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:28.290Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:28.290Z||pool-168-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:29.182Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5a688d8-5fbe-4981-8159-648509ae22d5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-08T18:07:29.183Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:07:29.183Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-08T18:07:29.386Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:07:29.387Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a5a688d8-5fbe-4981-8159-648509ae22d5 903 2022-03-08T18:07:29.387Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-08T18:07:29.387Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-08T18:07:29.387Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:07:29.387Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:29.389Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:29.389Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762849387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:07:29.489Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:29.490Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:29.490Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:29.499Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:29.500Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:30.389Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 864a4d41-7f59-4f16-8ae7-d2fc2cf9881e 2022-03-08T18:07:30.390Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0ae984ee-c6e0-4c8b-85f8-2c465f87f934 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T18:07:30.401Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d5d377, org.onap.sdc.toscaparser.api.parameters.Input@42263e6b, org.onap.sdc.toscaparser.api.parameters.Input@68d82b6f, org.onap.sdc.toscaparser.api.parameters.Input@6e221627, org.onap.sdc.toscaparser.api.parameters.Input@40c23eff] 2022-03-08T18:07:30.402Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.403Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.403Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T18:07:30.403Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 16863dd7-36fa-41ac-b780-37595e5e9a98 2022-03-08T18:07:30.403Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16863dd7-36fa-41ac-b780-37595e5e9a98 matches Tosca VF Customization UUID: 16863dd7-36fa-41ac-b780-37595e5e9a98 2022-03-08T18:07:30.403Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 16863dd7-36fa-41ac-b780-37595e5e9a98 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-08T18:07:30.405Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.405Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.405Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 16863dd7-36fa-41ac-b780-37595e5e9a98: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-08T18:07:30.405Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6423edfa 2022-03-08T18:07:30.406Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.406Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:07:30.406Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32e4ed3f-0994-46dd-93d0-5cf9d305ca46 2022-03-08T18:07:30.406Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32e4ed3f-0994-46dd-93d0-5cf9d305ca46 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-08T18:07:30.407Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.407Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:30.407Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-08T18:07:30.408Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ee8d1bfa-db28-4e53-9e04-a676976dcc5e 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-08T18:07:30.410Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.410Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:30.410Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:07:30.410Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.411Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-08T18:07:30.411Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=16863dd7-36fa-41ac-b780-37595e5e9a98 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-08T18:07:30.412Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.412Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.413Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 864a4d41-7f59-4f16-8ae7-d2fc2cf9881e: basic_vm_macro 2022-03-08T18:07:30.413Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.413Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.413Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.414Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.414Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.414Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.414Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.414Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.415Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:07:30.415Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:07:30.415Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T18:07:30.475Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0ae984ee-c6e0-4c8b-85f8-2c465f87f934 1 ASDC deployResourceStructure 2022-03-08T18:07:30.475Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-08T18:07:30.475Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-08T18:07:30.475Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:07:30.475Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:30.476Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:30.476Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762850475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:07:30.577Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:07:30.577Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:30.577Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:30.585Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:30.586Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:31.477Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-08T18:07:31.477Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-08T18:07:31.477Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:07:31.478Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:31.480Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:31.480Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762851477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:07:31.580Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:31.581Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:31.581Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:31.588Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:31.588Z||pool-171-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:32.481Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-08T18:07:32.481Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-08T18:07:32.481Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:07:32.482Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:32.484Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:32.484Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762852481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-08T18:07:32.584Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:32.585Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:32.585Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:32.592Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:32.593Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:07:33.485Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-08T18:07:33.485Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-08T18:07:33.485Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:07:33.486Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:07:33.487Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:07:33.487Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762853485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:07:33.588Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:07:33.589Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:07:33.589Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:07:33.597Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:07:33.597Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:07:34.488Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bef546ca-40f5-4516-8aa9-cc86d6f8b972 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:07:34.497Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bef546ca-40f5-4516-8aa9-cc86d6f8b972 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:07:34.500Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:07:34.500Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T18:07:34.500Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T18:07:34.501Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T18:07:34.501Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T18:07:34.501Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T18:07:34.505Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T18:08:04.505Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bef546ca-40f5-4516-8aa9-cc86d6f8b972 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-08T18:08:04.510Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bef546ca-40f5-4516-8aa9-cc86d6f8b972 and serviceModelVersionId: 864a4d41-7f59-4f16-8ae7-d2fc2cf9881e 2022-03-08T18:08:04.510Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e637150b-28dc-4486-aded-c6fb29447fae 2022-03-08T18:08:04.511Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0 2022-03-08T18:08:04.516Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T18:08:04.536Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0|INFO|500||Invoke 2022-03-08T18:08:04.537Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bef546ca-40f5-4516-8aa9-cc86d6f8b972], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57335288-bd97-438c-8426-068574eeccec], X-ECOMP-RequestID=[bef546ca-40f5-4516-8aa9-cc86d6f8b972], X-TransactionId=[], X-ONAP-RequestID=[bef546ca-40f5-4516-8aa9-cc86d6f8b972], Content-Type=[application/merge-patch+json]} 2022-03-08T18:08:04.557Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T18:08:04.581Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?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/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-18:08:04:563-17434], Content-Length=[495], Date=[Tue, 08 Mar 2022 18:08:04 GMT], Content-Type=[application/json]} 2022-03-08T18:08:04.582Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e","ERR.5.4.6114"]}}} 2022-03-08T18:08:04.582Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T18:08:04.585Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec=ERR.5.4.6114) 2022-03-08T18:08:04.585Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:08:04.585Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec=ERR.5.4.6114) 2022-03-08T18:08:04.585Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec=ERR.5.4.6114) 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-08T18:08:04.588Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:08:04.588Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bef546ca-40f5-4516-8aa9-cc86d6f8b972 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec=ERR.5.4.6114) 2022-03-08T18:08:04.588Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T18:08:04.589Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:04.590Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:04.590Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762884588, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:08:04.690Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:04.691Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:04.691Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:04.703Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:04.703Z||pool-174-thread-1|||||INFO|500||cambria reply ok (13 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-08T18:08:05.600Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T18:08:05.600Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfadd046-638e-4334-9a36-9ba6fe33e69b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9159b889-9df4-4ca5-837f-6957a7ac0e68","serviceDescription":"service","serviceInvariantUUID":"cfaed84e-843d-4a62-b539-1d99863bd841","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86899895-e9a5-466b-a5c6-aafc9d5989f1","resourceInvariantUUID":"056e0f59-cb37-47c9-9499-f79628fad0ac","resourceCustomizationUUID":"2051b502-1ebd-41b1-9bd7-3fe2f4aad63b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDE1ODMzMzZjZDE4ZjljNjZhODFkNGU3MzFkOGFjM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"082fde25-701f-4158-8b43-79a98ef5bd4f","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZmE1ODhkNmFmMTcyYmIxNTYyNWJmOGYxYWE3YTUwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eecefa40-4875-4e71-81c2-b3b14bb6fa11","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58a175ce-ccd8-44b8-9c35-1031fdd7a8b6","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1555ccdc-05b1-4783-874c-5f2336eb4543","artifactVersion":"2","generatedFromUUID":"8d163f63-5202-4b7d-913e-52383db82ccd"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c65e01bf-4547-44f4-8b6f-c18f0086da67","artifactVersion":"2","generatedFromUUID":"44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d163f63-5202-4b7d-913e-52383db82ccd","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ce83954-556f-44a6-a614-dfb54571b2b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MGI2ZTcyZGJhZDg4ZDE1ODMzMWM1NjQzNWI5MmMzNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c47a4937-6257-4dc9-abe9-350d8a5a7fe3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzU5NmJhNDJjZjc4YTdkOTdlOGYxMzAyN2EzNzYyYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b67c7894-924c-4c0c-a063-a65b6b07b4a4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T18:08:05.600Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:05.600Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:05.602Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:05.602Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:05.702Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:05.703Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:05.703Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:05.711Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:05.712Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:06.602Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:06.603Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:06.605Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:06.605Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:08:06.705Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:06.706Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:06.706Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:06.714Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:06.714Z||pool-176-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:07.606Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:07.607Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:07.609Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:07.609Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-08T18:08:07.709Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:07.710Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:07.710Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:07.717Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:07.717Z||pool-177-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:08.609Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:08.610Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:08.612Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:08.612Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:08.712Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:08.713Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:08.713Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:08.721Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:08.721Z||pool-178-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:09.612Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:09.613Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:09.615Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:09.616Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-08T18:08:09.716Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:09.716Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:09.716Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:09.725Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:09.725Z||pool-179-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:10.616Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:10.617Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:10.619Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:10.620Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-08T18:08:10.720Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:10.720Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:10.721Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:10.727Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:10.727Z||pool-180-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:11.620Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:11.621Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:11.623Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:11.623Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-08T18:08:11.724Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:08:11.724Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:11.725Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:11.732Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:11.733Z||pool-181-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:12.624Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:12.625Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:12.627Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:12.628Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:12.728Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:12.728Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:12.728Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:12.735Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:12.735Z||pool-182-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:13.628Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:13.629Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:13.631Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:13.631Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:13.732Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:13.732Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:13.732Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:13.740Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:13.740Z||pool-183-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:14.632Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:08:14.633Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:14.635Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:14.635Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:08:14.735Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:14.736Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:14.736Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:14.744Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:14.744Z||pool-184-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:15.636Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "9159b889-9df4-4ca5-837f-6957a7ac0e68", "serviceDescription": "service", "serviceInvariantUUID": "cfaed84e-843d-4a62-b539-1d99863bd841", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2051b502-1ebd-41b1-9bd7-3fe2f4aad63b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "86899895-e9a5-466b-a5c6-aafc9d5989f1", "resourceInvariantUUID": "056e0f59-cb37-47c9-9499-f79628fad0ac", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ZmE1ODhkNmFmMTcyYmIxNTYyNWJmOGYxYWE3YTUwMGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eecefa40-4875-4e71-81c2-b3b14bb6fa11", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c65e01bf-4547-44f4-8b6f-c18f0086da67", "generatedFromUUID": "44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1555ccdc-05b1-4783-874c-5f2336eb4543", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c65e01bf-4547-44f4-8b6f-c18f0086da67", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d163f63-5202-4b7d-913e-52383db82ccd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YzU5NmJhNDJjZjc4YTdkOTdlOGYxMzAyN2EzNzYyYTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b67c7894-924c-4c0c-a063-a65b6b07b4a4" } ], "workloadContext": "Production" } 2022-03-08T18:08:15.637Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T18:08:15.637Z|bef546ca-40f5-4516-8aa9-cc86d6f8b972|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9159b889-9df4-4ca5-837f-6957a7ac0e68 ASDC 2022-03-08T18:08:15.637Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:bfadd046-638e-4334-9a36-9ba6fe33e69b ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:9159b889-9df4-4ca5-837f-6957a7ac0e68 ServiceInvariantUUID:cfaed84e-843d-4a62-b539-1d99863bd841 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:b67c7894-924c-4c0c-a063-a65b6b07b4a4 ArtifactChecksum:YzU5NmJhNDJjZjc4YTdkOTdlOGYxMzAyN2EzNzYyYTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2051b502-1ebd-41b1-9bd7-3fe2f4aad63b ResourceInvariantUUID:056e0f59-cb37-47c9-9499-f79628fad0ac ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:86899895-e9a5-466b-a5c6-aafc9d5989f1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:eecefa40-4875-4e71-81c2-b3b14bb6fa11 ArtifactChecksum:ZmE1ODhkNmFmMTcyYmIxNTYyNWJmOGYxYWE3YTUwMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:c65e01bf-4547-44f4-8b6f-c18f0086da67 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:1555ccdc-05b1-4783-874c-5f2336eb4543 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:c65e01bf-4547-44f4-8b6f-c18f0086da67 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:8d163f63-5202-4b7d-913e-52383db82ccd ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T18:08:15.637Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9159b889-9df4-4ca5-837f-6957a7ac0e68 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-08T18:08:15.661Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:08:15.662Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:08:15.662Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:08:15.662Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b67c7894-924c-4c0c-a063-a65b6b07b4a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:15.662Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:15.662Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:16.585Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:16.593Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b67c7894-924c-4c0c-a063-a65b6b07b4a4 158207 2022-03-08T18:08:16.593Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-08T18:08:16.593Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:16.593Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:16.594Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:16.595Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:16.595Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762896593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:16.696Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:08:16.696Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:16.696Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:16.704Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:16.704Z||pool-185-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:17.596Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:08:17.597Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-08T18:08:17.597Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b67c7894-924c-4c0c-a063-a65b6b07b4a4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:17.598Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-08T18:08:17.598Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:17.598Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:17.682Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5675561041017648903/Definitions/service-BasicCnfMacro-template.yml 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-BasicCnfMacro-csar.csar 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:18.461Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.462Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-08T18:08:18.463Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.464Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-08T18:08:18.465Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a24a3f0a-8d90-4d75-a77e-ada8374e1d2e 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:18.466Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:9159b889-9df4-4ca5-837f-6957a7ac0e68 Model Version:NULL Model InvariantUuid:cfaed84e-843d-4a62-b539-1d99863bd841 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:fc7f225d-c0df-434d-a8b2-8af957e2d0f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:056e0f59-cb37-47c9-9499-f79628fad0ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2051b502-1ebd-41b1-9bd7-3fe2f4aad63b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:75b9a957-847d-4476-b739-63f178e601fb ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c72253b2-1e24-4e8b-98ea-2ca891572b1e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:b08c0fb0-8c9a-4f34-b22e-3cf85cfd0274 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:9a5e83e8-33e5-4e3a-9a08-8dbaa757c24c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a24a3f0a-8d90-4d75-a77e-ada8374e1d2e ModelInvariantUuid:cbcc2b95-43f1-4e89-b7f4-a4f254b8bf3e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:198e356e-f1c7-4e3c-8225-30503a244e3d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:99acff1d-9a13-4ce2-aaad-f14485e027e2 ModelInvariantUuid:aca436cb-0d7b-46f3-b4d7-bbfdbda71236 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:f4497bfa-43dd-4882-b007-7c514c545e78 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-08T18:08:18.471Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 86899895-e9a5-466b-a5c6-aafc9d5989f1 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-08T18:08:18.473Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-03-08T18:08:18.473Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86899895-e9a5-466b-a5c6-aafc9d5989f1 2022-03-08T18:08:18.473Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eecefa40-4875-4e71-81c2-b3b14bb6fa11 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-08T18:08:18.473Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:18.473Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-08T18:08:18.601Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:18.601Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json eecefa40-4875-4e71-81c2-b3b14bb6fa11 1565 2022-03-08T18:08:18.601Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-08T18:08:18.601Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-08T18:08:18.602Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:18.602Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:18.604Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:18.604Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762898601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:18.704Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:18.705Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:18.705Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:18.712Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:18.713Z||pool-186-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:19.604Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b08c0fb0-8c9a-4f34-b22e-3cf85cfd0274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a5e83e8-33e5-4e3a-9a08-8dbaa757c24c", "vfModuleModelCustomizationUUID": "bac7cc6e-af38-47f6-ac75-bfe82cd6d7a1", "isBase": true, "artifacts": [ "44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9", "c65e01bf-4547-44f4-8b6f-c18f0086da67" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "75b9a957-847d-4476-b739-63f178e601fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c72253b2-1e24-4e8b-98ea-2ca891572b1e", "vfModuleModelCustomizationUUID": "2c83d6d8-6696-4814-be6b-5b9e99c3f3e1", "isBase": false, "artifacts": [ "8d163f63-5202-4b7d-913e-52383db82ccd" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:08:19.608Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a5e83e8-33e5-4e3a-9a08-8dbaa757c24c VfModuleModelInvariantUUID:b08c0fb0-8c9a-4f34-b22e-3cf85cfd0274 VfModuleModelDescription:NULL Artifacts UUID List:{ 44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9 , c65e01bf-4547-44f4-8b6f-c18f0086da67 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c72253b2-1e24-4e8b-98ea-2ca891572b1e VfModuleModelInvariantUUID:75b9a957-847d-4476-b739-63f178e601fb VfModuleModelDescription:NULL Artifacts UUID List:{ 8d163f63-5202-4b7d-913e-52383db82ccd } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-08T18:08:19.611Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b08c0fb0-8c9a-4f34-b22e-3cf85cfd0274", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a5e83e8-33e5-4e3a-9a08-8dbaa757c24c", "vfModuleModelCustomizationUUID": "bac7cc6e-af38-47f6-ac75-bfe82cd6d7a1", "isBase": true, "artifacts": [ "44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9", "c65e01bf-4547-44f4-8b6f-c18f0086da67" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "75b9a957-847d-4476-b739-63f178e601fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c72253b2-1e24-4e8b-98ea-2ca891572b1e", "vfModuleModelCustomizationUUID": "2c83d6d8-6696-4814-be6b-5b9e99c3f3e1", "isBase": false, "artifacts": [ "8d163f63-5202-4b7d-913e-52383db82ccd" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:08:19.611Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a5e83e8-33e5-4e3a-9a08-8dbaa757c24c VfModuleModelInvariantUUID:b08c0fb0-8c9a-4f34-b22e-3cf85cfd0274 VfModuleModelDescription:NULL Artifacts UUID List:{ 44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9 , c65e01bf-4547-44f4-8b6f-c18f0086da67 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c72253b2-1e24-4e8b-98ea-2ca891572b1e VfModuleModelInvariantUUID:75b9a957-847d-4476-b739-63f178e601fb VfModuleModelDescription:NULL Artifacts UUID List:{ 8d163f63-5202-4b7d-913e-52383db82ccd } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-08T18:08:19.611Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-08T18:08:19.612Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:19.612Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-08T18:08:19.793Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:19.794Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 44852d9f-25f4-45d5-b3fb-2d1e93cd1dc9 914 2022-03-08T18:08:19.794Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-08T18:08:19.794Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-08T18:08:19.795Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:19.795Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:19.797Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:19.798Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762899794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:19.898Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:19.899Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:19.899Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:19.906Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:19.907Z||pool-187-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:20.798Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1555ccdc-05b1-4783-874c-5f2336eb4543 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-08T18:08:20.799Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:20.799Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-08T18:08:21.088Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:21.089Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1555ccdc-05b1-4783-874c-5f2336eb4543 12 2022-03-08T18:08:21.089Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-08T18:08:21.090Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-08T18:08:21.090Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:21.090Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:21.093Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:21.093Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762901089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:21.193Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:21.194Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:21.194Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:21.201Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:21.201Z||pool-188-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:08:21.999Z||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-08T18:08:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:22.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:22.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762724596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762715142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762725154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "aai-ml", "timestamp": 1646762725599, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T18:08:22.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:08:22.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:08:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762726006, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:22.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:08:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "clamp", "timestamp": 1646762726156, "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-08T18:08:22.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:08:22.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:08:22.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762727881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:08:22.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:08:22.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:08:22.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762728883, "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-08T18:08:22.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfadd046-638e-4334-9a36-9ba6fe33e69b 2022-03-08T18:08:22.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:08:22.093Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c65e01bf-4547-44f4-8b6f-c18f0086da67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-08T18:08:22.094Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:22.095Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-08T18:08:22.283Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:22.284Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env c65e01bf-4547-44f4-8b6f-c18f0086da67 96 2022-03-08T18:08:22.284Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-08T18:08:22.284Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-08T18:08:22.285Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:22.285Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:22.287Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:22.287Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762902284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:22.387Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:22.388Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:22.388Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:22.395Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:22.395Z||pool-189-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:23.288Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d163f63-5202-4b7d-913e-52383db82ccd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-08T18:08:23.289Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-08T18:08:23.289Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-08T18:08:23.484Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-08T18:08:23.485Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8d163f63-5202-4b7d-913e-52383db82ccd 20206 2022-03-08T18:08:23.485Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-08T18:08:23.485Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-08T18:08:23.485Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:08:23.486Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:23.488Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:23.488Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762903485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T18:08:23.588Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:23.589Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:23.589Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:23.596Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:23.596Z||pool-190-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:24.494Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9159b889-9df4-4ca5-837f-6957a7ac0e68 2022-03-08T18:08:24.494Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 86899895-e9a5-466b-a5c6-aafc9d5989f1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T18:08:24.501Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ec77dc2, org.onap.sdc.toscaparser.api.parameters.Input@2bc24572, org.onap.sdc.toscaparser.api.parameters.Input@2f4a8b39, org.onap.sdc.toscaparser.api.parameters.Input@685a6807, org.onap.sdc.toscaparser.api.parameters.Input@4d5631a3] 2022-03-08T18:08:24.503Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.503Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.503Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-08T18:08:24.504Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2051b502-1ebd-41b1-9bd7-3fe2f4aad63b 2022-03-08T18:08:24.504Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2051b502-1ebd-41b1-9bd7-3fe2f4aad63b matches Tosca VF Customization UUID: 2051b502-1ebd-41b1-9bd7-3fe2f4aad63b 2022-03-08T18:08:24.504Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2051b502-1ebd-41b1-9bd7-3fe2f4aad63b 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-08T18:08:24.505Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.505Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2051b502-1ebd-41b1-9bd7-3fe2f4aad63b: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@344f11fe 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c83d6d8-6696-4814-be6b-5b9e99c3f3e1 2022-03-08T18:08:24.506Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c83d6d8-6696-4814-be6b-5b9e99c3f3e1 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-08T18:08:24.508Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.508Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-08T18:08:24.509Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2051b502-1ebd-41b1-9bd7-3fe2f4aad63b 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-08T18:08:24.510Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9159b889-9df4-4ca5-837f-6957a7ac0e68: basic_cnf_macro 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.511Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.512Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:08:24.512Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:08:24.512Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T18:08:24.535Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 86899895-e9a5-466b-a5c6-aafc9d5989f1 2 ASDC deployResourceStructure 2022-03-08T18:08:24.535Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-08T18:08:24.535Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-08T18:08:24.535Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:08:24.535Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:24.537Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:24.537Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762904535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:08:24.638Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:24.638Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:24.638Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:24.646Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:24.646Z||pool-191-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:25.538Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-08T18:08:25.539Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-08T18:08:25.539Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:08:25.539Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:25.541Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:25.541Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762905538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:08:25.641Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:25.642Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:25.642Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:25.649Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:25.649Z||pool-192-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:26.542Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-08T18:08:26.543Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-03-08T18:08:26.543Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T18:08:26.544Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:26.546Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:26.546Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762906542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T18:08:26.647Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:08:26.647Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:26.647Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:26.667Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:26.668Z||pool-193-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:27.548Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-08T18:08:27.548Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-08T18:08:27.548Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:08:27.549Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:27.550Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:27.551Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762907547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-08T18:08:27.651Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:27.652Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:27.652Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:27.658Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:27.659Z||pool-194-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:28.551Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-08T18:08:28.552Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-08T18:08:28.552Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T18:08:28.553Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:28.554Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:28.555Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762908551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T18:08:28.655Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:28.655Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:28.655Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:28.662Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:28.662Z||pool-195-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:29.555Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-08T18:08:29.556Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-08T18:08:29.556Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:08:29.557Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:08:29.559Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:08:29.559Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762909555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:08:29.659Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:08:29.660Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:08:29.660Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:08:29.667Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:08:29.667Z||pool-196-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:08:30.560Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfadd046-638e-4334-9a36-9ba6fe33e69b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:08:30.569Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfadd046-638e-4334-9a36-9ba6fe33e69b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T18:08:30.571Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T18:08:30.575Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T18:09:00.575Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfadd046-638e-4334-9a36-9ba6fe33e69b 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-08T18:09:00.580Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfadd046-638e-4334-9a36-9ba6fe33e69b and serviceModelVersionId: 9159b889-9df4-4ca5-837f-6957a7ac0e68 2022-03-08T18:09:00.580Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfaed84e-843d-4a62-b539-1d99863bd841 2022-03-08T18:09:00.581Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0 2022-03-08T18:09:00.586Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T18:09:00.608Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0|INFO|500||Invoke 2022-03-08T18:09:00.608Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfadd046-638e-4334-9a36-9ba6fe33e69b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[911d26e8-e661-45ca-a046-1f8d82176e6b], X-ECOMP-RequestID=[bfadd046-638e-4334-9a36-9ba6fe33e69b], X-TransactionId=[], X-ONAP-RequestID=[bfadd046-638e-4334-9a36-9ba6fe33e69b], Content-Type=[application/merge-patch+json]} 2022-03-08T18:09:00.625Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T18:09:00.648Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?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/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-18:09:00:632-74973], Content-Length=[495], Date=[Tue, 08 Mar 2022 18:09:00 GMT], Content-Type=[application/json]} 2022-03-08T18:09:00.649Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68","ERR.5.4.6114"]}}} 2022-03-08T18:09:00.649Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T18:09:00.652Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec=ERR.5.4.6114) 2022-03-08T18:09:00.652Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:09:00.652Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec=ERR.5.4.6114) 2022-03-08T18:09:00.652Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec=ERR.5.4.6114) 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-08T18:09:00.655Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:09:00.655Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfadd046-638e-4334-9a36-9ba6fe33e69b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec=ERR.5.4.6114) 2022-03-08T18:09:00.656Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T18:09:00.656Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:00.657Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:00.657Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762940656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:09:00.758Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:09:00.758Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:00.759Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:00.770Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:00.770Z||pool-197-thread-1|||||INFO|500||cambria reply ok (12 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-08T18:09:01.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:09:01.668Z||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-08T18:09:01.668Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:02.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:02.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T18:09:02.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"96f94802-62f7-4a11-9754-3b0a793b77e6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9896491e-40e1-4378-9cec-db77bc21acb8","serviceDescription":"service","serviceInvariantUUID":"151d150a-35f5-41f4-8b27-b144d7ec0cbb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"097b1ca3-9331-421b-b104-42effc3e0cce","resourceInvariantUUID":"2a1dce41-04dd-4118-ae93-72e3a7996f97","resourceCustomizationUUID":"0b45d350-99e6-4a12-868f-b94e35e570ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5f499e71-27a1-4646-82fd-6f01372f11e9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YWJiMzA2ZjgyZWMzNjc0YzkxMTgwMjNiZDc0MTc0NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e081c1d6-b834-4e06-94f5-df4f77db7d5a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NmI5NzI2OGNjNTYwMzYwNjY4Y2YzN2M0OWM3NjA4ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"636d168b-8828-4514-9103-4af1a216221e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c36f959f-e994-424a-99fa-62a185ad16e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"847bdbcb-7471-4509-8ae4-d7ce4ede3321","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0145efcf-3805-4231-bea8-18a2b319d569","artifactVersion":"2","generatedFromUUID":"c36f959f-e994-424a-99fa-62a185ad16e6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDA2YTRlZDcwZWQyNTYyYzE3ZTEwMDU3MDE0NGI0YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb30b814-7336-46d7-920e-09a2ab893175","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OWFmMjZjNDE0YjM2NGRhNmUxZTAxNDc2MTQzM2MyOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c735173-4103-4e6f-a87c-eee499d826bd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T18:09:02.287Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:02.288Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:02.289Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:02.290Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:02.390Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:02.391Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:02.391Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:02.398Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:02.398Z||pool-198-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:09:03.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:03.291Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:03.293Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:03.293Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:03.393Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:03.394Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:03.394Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:03.402Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:03.402Z||pool-199-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:04.294Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:04.294Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:04.296Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:04.296Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:09:04.397Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:04.397Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:04.397Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:04.405Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:04.406Z||pool-200-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:05.297Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:05.298Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:05.300Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:05.300Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T18:09:05.400Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:05.401Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:05.401Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:05.408Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:05.408Z||pool-201-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:06.300Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:06.301Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:06.303Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:06.303Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:06.403Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:06.404Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:06.404Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:06.413Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:06.413Z||pool-202-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:07.303Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:07.304Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:07.307Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:07.307Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T18:09:07.407Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:07.408Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:07.408Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:07.416Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:07.416Z||pool-203-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:08.307Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:08.308Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:08.310Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:08.310Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:08.410Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:08.411Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:08.411Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:08.418Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:08.419Z||pool-204-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:09.311Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T18:09:09.311Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:09.314Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:09.314Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:09:09.414Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:09.414Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:09.415Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:09.424Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:09.424Z||pool-205-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:10.315Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "9896491e-40e1-4378-9cec-db77bc21acb8", "serviceDescription": "service", "serviceInvariantUUID": "151d150a-35f5-41f4-8b27-b144d7ec0cbb", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "0b45d350-99e6-4a12-868f-b94e35e570ce", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "097b1ca3-9331-421b-b104-42effc3e0cce", "resourceInvariantUUID": "2a1dce41-04dd-4118-ae93-72e3a7996f97", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NmI5NzI2OGNjNTYwMzYwNjY4Y2YzN2M0OWM3NjA4ODA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "636d168b-8828-4514-9103-4af1a216221e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c36f959f-e994-424a-99fa-62a185ad16e6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0145efcf-3805-4231-bea8-18a2b319d569", "generatedFromUUID": "c36f959f-e994-424a-99fa-62a185ad16e6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0145efcf-3805-4231-bea8-18a2b319d569", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OWFmMjZjNDE0YjM2NGRhNmUxZTAxNDc2MTQzM2MyOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c735173-4103-4e6f-a87c-eee499d826bd" } ], "workloadContext": "Production" } 2022-03-08T18:09:10.316Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T18:09:10.316Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9896491e-40e1-4378-9cec-db77bc21acb8 ASDC 2022-03-08T18:09:10.316Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:96f94802-62f7-4a11-9754-3b0a793b77e6 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:9896491e-40e1-4378-9cec-db77bc21acb8 ServiceInvariantUUID:151d150a-35f5-41f4-8b27-b144d7ec0cbb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:7c735173-4103-4e6f-a87c-eee499d826bd ArtifactChecksum:OWFmMjZjNDE0YjM2NGRhNmUxZTAxNDc2MTQzM2MyOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:0b45d350-99e6-4a12-868f-b94e35e570ce ResourceInvariantUUID:2a1dce41-04dd-4118-ae93-72e3a7996f97 ResourceName:basicclamp ResourceType:VF ResourceUUID:097b1ca3-9331-421b-b104-42effc3e0cce ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:636d168b-8828-4514-9103-4af1a216221e ArtifactChecksum:NmI5NzI2OGNjNTYwMzYwNjY4Y2YzN2M0OWM3NjA4ODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:c36f959f-e994-424a-99fa-62a185ad16e6 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:0145efcf-3805-4231-bea8-18a2b319d569 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:0145efcf-3805-4231-bea8-18a2b319d569 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T18:09:10.316Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9896491e-40e1-4378-9cec-db77bc21acb8 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-08T18:09:10.336Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:09:10.337Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-08T18:09:10.337Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-08T18:09:10.337Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c735173-4103-4e6f-a87c-eee499d826bd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-08T18:09:10.337Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-08T18:09:10.337Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-08T18:09:10.596Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-08T18:09:10.602Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7c735173-4103-4e6f-a87c-eee499d826bd 73680 2022-03-08T18:09:10.602Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-08T18:09:10.603Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-08T18:09:10.603Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:09:10.603Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:10.604Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:10.605Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762950602, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:09:10.705Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:10.705Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:10.706Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:10.713Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:10.713Z||pool-206-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:11.605Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T18:09:11.606Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-08T18:09:11.606Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7c735173-4103-4e6f-a87c-eee499d826bd, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:11.607Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-08T18:09:11.607Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:11.607Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:11.693Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2854940510351700852/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-08T18:09:12.556Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T18:09:12.556Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-08T18:09:12.556Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||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-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||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-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||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-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||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-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||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-Basicclamp-csar.csar 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.557Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.558Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.559Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-08T18:09:12.560Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15873226-ca1e-4e8a-8f09-fba59beb746b 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:12.561Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:9896491e-40e1-4378-9cec-db77bc21acb8 Model Version:NULL Model InvariantUuid:151d150a-35f5-41f4-8b27-b144d7ec0cbb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:f706557a-6375-4c1f-93c0-66576581c781 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2a1dce41-04dd-4118-ae93-72e3a7996f97 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0b45d350-99e6-4a12-868f-b94e35e570ce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ebd754f6-3039-4d5e-8db2-fa77035ad835 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e923f66f-1187-4f9b-ae2f-f0206c9acbaf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:15873226-ca1e-4e8a-8f09-fba59beb746b ModelInvariantUuid:6cb52cac-c1c0-4f3b-b890-ab349ea4d5a7 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:84d17316-8cb1-44d5-9596-bb7e4fc245ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:face96e2-8b36-4ba8-ba67-8bdeef5365b8 ModelInvariantUuid:44296755-9f30-4d6c-b4eb-00cd6ba39a35 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e02c935d-d22b-4f80-84b7-79e2b393bb73 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-08T18:09:12.566Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 097b1ca3-9331-421b-b104-42effc3e0cce 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-08T18:09:12.568Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-03-08T18:09:12.569Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 097b1ca3-9331-421b-b104-42effc3e0cce 2022-03-08T18:09:12.569Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 636d168b-8828-4514-9103-4af1a216221e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-08T18:09:12.569Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-08T18:09:12.569Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-08T18:09:12.617Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-08T18:09:12.618Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 636d168b-8828-4514-9103-4af1a216221e 790 2022-03-08T18:09:12.618Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-08T18:09:12.618Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-08T18:09:12.618Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:09:12.618Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:12.621Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:12.621Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762952618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:09:12.721Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:12.721Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:12.721Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:12.728Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:12.729Z||pool-207-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:13.621Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ebd754f6-3039-4d5e-8db2-fa77035ad835", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e923f66f-1187-4f9b-ae2f-f0206c9acbaf", "vfModuleModelCustomizationUUID": "d03fb549-6e81-49da-8c4c-befae338c0c6", "isBase": true, "artifacts": [ "c36f959f-e994-424a-99fa-62a185ad16e6", "0145efcf-3805-4231-bea8-18a2b319d569" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:09:13.625Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e923f66f-1187-4f9b-ae2f-f0206c9acbaf VfModuleModelInvariantUUID:ebd754f6-3039-4d5e-8db2-fa77035ad835 VfModuleModelDescription:NULL Artifacts UUID List:{ c36f959f-e994-424a-99fa-62a185ad16e6 , 0145efcf-3805-4231-bea8-18a2b319d569 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T18:09:13.627Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ebd754f6-3039-4d5e-8db2-fa77035ad835", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e923f66f-1187-4f9b-ae2f-f0206c9acbaf", "vfModuleModelCustomizationUUID": "d03fb549-6e81-49da-8c4c-befae338c0c6", "isBase": true, "artifacts": [ "c36f959f-e994-424a-99fa-62a185ad16e6", "0145efcf-3805-4231-bea8-18a2b319d569" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-08T18:09:13.627Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e923f66f-1187-4f9b-ae2f-f0206c9acbaf VfModuleModelInvariantUUID:ebd754f6-3039-4d5e-8db2-fa77035ad835 VfModuleModelDescription:NULL Artifacts UUID List:{ c36f959f-e994-424a-99fa-62a185ad16e6 , 0145efcf-3805-4231-bea8-18a2b319d569 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-08T18:09:13.627Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c36f959f-e994-424a-99fa-62a185ad16e6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-08T18:09:13.627Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-08T18:09:13.627Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c36f959f-e994-424a-99fa-62a185ad16e6 5033 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:09:13.795Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:13.797Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:13.797Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762953795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:09:13.897Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:13.898Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:13.898Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:13.905Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:13.905Z||pool-208-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:14.798Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0145efcf-3805-4231-bea8-18a2b319d569 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-08T18:09:14.799Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-08T18:09:14.799Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-08T18:09:15.183Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-08T18:09:15.183Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0145efcf-3805-4231-bea8-18a2b319d569 909 2022-03-08T18:09:15.183Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T18:09:15.183Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-08T18:09:15.184Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T18:09:15.184Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:15.186Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:15.186Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762955183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:09:15.286Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:15.287Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:15.287Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:15.294Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:15.294Z||pool-209-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:16.186Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9896491e-40e1-4378-9cec-db77bc21acb8 2022-03-08T18:09:16.187Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 097b1ca3-9331-421b-b104-42effc3e0cce ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T18:09:16.198Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b3cbc75, org.onap.sdc.toscaparser.api.parameters.Input@bab48fb, org.onap.sdc.toscaparser.api.parameters.Input@568c354e, org.onap.sdc.toscaparser.api.parameters.Input@2be8c1da, org.onap.sdc.toscaparser.api.parameters.Input@75e90fc6] 2022-03-08T18:09:16.199Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.200Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.200Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-08T18:09:16.200Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0b45d350-99e6-4a12-868f-b94e35e570ce 2022-03-08T18:09:16.200Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b45d350-99e6-4a12-868f-b94e35e570ce matches Tosca VF Customization UUID: 0b45d350-99e6-4a12-868f-b94e35e570ce 2022-03-08T18:09:16.200Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0b45d350-99e6-4a12-868f-b94e35e570ce 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-08T18:09:16.202Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.202Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.202Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0b45d350-99e6-4a12-868f-b94e35e570ce: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-08T18:09:16.202Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e4eef22 2022-03-08T18:09:16.203Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.203Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T18:09:16.203Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d03fb549-6e81-49da-8c4c-befae338c0c6 2022-03-08T18:09:16.203Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d03fb549-6e81-49da-8c4c-befae338c0c6 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-08T18:09:16.204Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.204Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T18:09:16.205Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15873226-ca1e-4e8a-8f09-fba59beb746b 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-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-08T18:09:16.207Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0b45d350-99e6-4a12-868f-b94e35e570ce 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-08T18:09:16.208Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.208Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.208Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9896491e-40e1-4378-9cec-db77bc21acb8: basicclamp 2022-03-08T18:09:16.208Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T18:09:16.209Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T18:09:16.259Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 097b1ca3-9331-421b-b104-42effc3e0cce 1 ASDC deployResourceStructure 2022-03-08T18:09:16.259Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-08T18:09:16.259Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-08T18:09:16.259Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:09:16.259Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:16.262Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:16.262Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762956259, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:09:16.363Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:16.363Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:16.363Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:16.371Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:16.371Z||pool-210-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:17.262Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T18:09:17.263Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-08T18:09:17.263Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:09:17.264Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:17.266Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:17.266Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762957262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:09:17.366Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:17.366Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:17.367Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:17.374Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:17.374Z||pool-211-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:18.267Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T18:09:18.267Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-08T18:09:18.267Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:09:18.268Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:18.269Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:18.270Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762958266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T18:09:18.370Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:09:18.370Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:18.371Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:18.378Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:18.378Z||pool-212-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-08T18:09:19.270Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-08T18:09:19.271Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-08T18:09:19.271Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T18:09:19.271Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:09:19.273Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:09:19.273Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762959270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:09:19.374Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T18:09:19.374Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:09:19.374Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:19.384Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:19.384Z||pool-213-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-08T18:09:20.274Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:09:20.284Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:09:20.285Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:09:20.285Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:09:20.286Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:09:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:09:21.999Z||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-08T18:09:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:09:22.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:09:22.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b98933a-4105-46e8-8bf8-98795aa6ed50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762830761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b98933a-4105-46e8-8bf8-98795aa6ed50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d724a594-1061-435a-9b68-6589a46aba36/model-vers/model-ver/1bfcb169-4a09-4bb7-83b4-596fa7a07dde) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:09:22.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:09:22.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:22.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:09:22.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:09:50.286Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:09:50.296Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:09:50.297Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:09:50.297Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:09:50.297Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:10:20.298Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:10:20.308Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:10:20.309Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:10:20.309Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:10:20.310Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:10:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:10:21.999Z||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-08T18:10:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:10:22.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:10:22.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762844688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762846781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762848179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762849387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762850475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:10:22.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762851477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762852481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762853485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bef546ca-40f5-4516-8aa9-cc86d6f8b972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762884588, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbef546ca-40f5-4516-8aa9-cc86d6f8b972 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e637150b-28dc-4486-aded-c6fb29447fae/model-vers/model-ver/864a4d41-7f59-4f16-8ae7-d2fc2cf9881e) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762831772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762896593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762898601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762899794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762901089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:10:22.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:10:50.310Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:10:50.319Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:10:50.321Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:10:50.321Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:10:50.321Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:11:20.322Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:11:20.329Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:11:20.330Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:11:20.330Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T18:11:20.331Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T18:11:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:11:21.999Z||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-08T18:11:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:11:22.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:11:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762902284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762903485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762904535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762905538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762906542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762907547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762892337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762898188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762895142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762908551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762909555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762909598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762909598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762909689, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "cds", "timestamp": 1646762910603, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-08T18:11:22.542Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.542Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762910692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762911493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762903909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "policy-id", "timestamp": 1646762911695, "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-08T18:11:22.554Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.554Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646762912496, "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-08T18:11:22.562Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762912784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762913834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762907094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762915009, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762916031, "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-08T18:11:22.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "multicloud-k8s-id", "timestamp": 1646762917033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "ves-openapi-manager", "timestamp": 1646762910400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762926418, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762919342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762927421, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762928192, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762930480, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T18:11:22.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762931483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-03-08T18:11:22.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "clamp", "timestamp": 1646762932487, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "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-08T18:11:22.582Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.582Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762932614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-08T18:11:22.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "aai-ml", "timestamp": 1646762933617, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08T18:11:22.591Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 96f94802-62f7-4a11-9754-3b0a793b77e6 2022-03-08T18:11:22.591Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfadd046-638e-4334-9a36-9ba6fe33e69b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762940656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbfadd046-638e-4334-9a36-9ba6fe33e69b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cfaed84e-843d-4a62-b539-1d99863bd841/model-vers/model-ver/9159b889-9df4-4ca5-837f-6957a7ac0e68) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762941667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762950602, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762952618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762953795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762955183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762956259, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762957262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762958266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646762959270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T18:11:22.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:11:50.331Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:11:50.339Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-08T18:11:50.341Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T18:11:50.342Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T18:11:50.342Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T18:11:50.342Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T18:11:50.342Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-08T18:11:50.342Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T18:11:50.345Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T18:12:20.346Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 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-08T18:12:20.350Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96f94802-62f7-4a11-9754-3b0a793b77e6 and serviceModelVersionId: 9896491e-40e1-4378-9cec-db77bc21acb8 2022-03-08T18:12:20.350Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 151d150a-35f5-41f4-8b27-b144d7ec0cbb 2022-03-08T18:12:20.351Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?depth=0 2022-03-08T18:12:20.356Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T18:12:20.377Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?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-08T18:12:20.378Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?depth=0|INFO|500||Invoke 2022-03-08T18:12:20.392Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-08T18:12:20.413Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-08T18:12:20.413Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-18:12:20:398-77215], Content-Length=[495], Date=[Tue, 08 Mar 2022 18:12:20 GMT], Content-Type=[application/json]} 2022-03-08T18:12:20.414Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8","ERR.5.4.6114"]}}} 2022-03-08T18:12:20.418Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec=ERR.5.4.6114) 2022-03-08T18:12:20.418Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:12:20.418Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec=ERR.5.4.6114) 2022-03-08T18:12:20.418Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec=ERR.5.4.6114) 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-08T18:12:20.421Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T18:12:20.421Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96f94802-62f7-4a11-9754-3b0a793b77e6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec=ERR.5.4.6114) 2022-03-08T18:12:20.421Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-08T18:12:20.422Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-08T18:12:20.424Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T18:12:20.424Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646763140421, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:12:20.524Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T18:12:20.525Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T18:12:20.525Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:12:20.538Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:12:20.538Z||pool-214-thread-1|||||INFO|500||cambria reply ok (14 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-08T18:12:21.434Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:12:21.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:12:21.434Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:12:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:12:21.998Z||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-08T18:12:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:12:22.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:12:22.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-08T18:12:22.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "96f94802-62f7-4a11-9754-3b0a793b77e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646763140421, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d96f94802-62f7-4a11-9754-3b0a793b77e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/151d150a-35f5-41f4-8b27-b144d7ec0cbb/model-vers/model-ver/9896491e-40e1-4378-9cec-db77bc21acb8) (ec\u003dERR.5.4.6114)" } 2022-03-08T18:12:22.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T18:12:31.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:12:31.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:12:31.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:12:31.794Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:12:41.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:12:41.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:12:41.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:12:41.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:12:50.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:12:50.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:12:50.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:12:50.852Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:00.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:13:00.380Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:13:00.380Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:13:00.380Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:09.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:13:09.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:13:09.910Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:13:09.910Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:19.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:13:19.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:13:19.440Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:13:19.440Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:13:21.999Z||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-08T18:13:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:28.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:13:28.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:13:28.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:13:28.970Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:13:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:13:38.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:14:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:14:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:14:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:14:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:14:21.998Z||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-08T18:14:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:14:31.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:14:31.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:15:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:15:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:15:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:15:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:15:21.999Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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-08T18:15:21.999Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:15:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:15:31.532Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:16:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:16:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:16:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:16:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:16:21.998Z||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-08T18:16:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:16:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:16:31.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:17:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:17:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:17:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:17:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:17:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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-08T18:17:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:17:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:17:31.532Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:18:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:18:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:18:21.998Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:18:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:18:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-08T18:18:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:18:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:18:31.531Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:19:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:19:21.998Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:19:21.998Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:19:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:19:21.998Z||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-08T18:19:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:19:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:19:31.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:20:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:20:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:20:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:20:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:20:21.998Z||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-08T18:20:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:20:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:20:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:21:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:21:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:21:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:21:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:21:21.998Z||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-08T18:21:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:21:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:21:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:22:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:22:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:22:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:22:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:22:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-08T18:22:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:22:31.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:22:31.533Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:23:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:23:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:23:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:23:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:23:21.998Z||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-08T18:23:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:23:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:23:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:24:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:24:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:24:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:24:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:24:21.999Z||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-08T18:24:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:24:31.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:24:31.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:25:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:25:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:25:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:25:21.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:25:21.998Z||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-08T18:25:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:25:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:25:31.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:26:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:26:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:26:21.998Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:26:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:26:21.998Z||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-08T18:26:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:26:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:26:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:27:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:27:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:27:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:27:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:27:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-08T18:27:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:27:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:27:31.536Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:28:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:28:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:28:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:28:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:28:21.998Z||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-08T18:28:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:28:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:28:31.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:29:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:29:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:29:21.998Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:29:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:29:21.998Z||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-08T18:29:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:29:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:29:31.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:30:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:30:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:30:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:30:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:30:21.998Z||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-08T18:30:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:30:31.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:30:31.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:31:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:31:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:31:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:31:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:31:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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-08T18:31:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:31:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:31:31.532Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:32:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:32:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:32:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:32:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:32:21.998Z||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-08T18:32:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:32:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:32:31.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:33:21.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:33:21.997Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T18:33:21.997Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:33:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:33:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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-08T18:33:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:33:31.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:33:31.532Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:34:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:34:21.997Z||pool-2-thread-10|||||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-08T18:34:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:34:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:34:21.999Z||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-08T18:34:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:34:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:34:31.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:35:21.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:35:21.997Z||pool-2-thread-10|||||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-08T18:35:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:35:21.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:35:21.998Z||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-08T18:35:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:35:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:35:31.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:36:21.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:36:21.997Z||pool-2-thread-10|||||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-08T18:36:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:36:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:36:21.998Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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-08T18:36:21.999Z|bb3f1ca2-c734-4266-804b-89ce446593a0|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:36:31.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:36:31.531Z|bb3f1ca2-c734-4266-804b-89ce446593a0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:37:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:37:21.997Z||pool-2-thread-10|||||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-08T18:37:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:37:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:37:21.998Z||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-08T18:37:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:37:31.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:37:31.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:38:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:38:21.997Z||pool-2-thread-10|||||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-08T18:38:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:38:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:38:21.998Z||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-08T18:38:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:38:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:38:31.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:39:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:39:21.997Z||pool-2-thread-10|||||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-08T18:39:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:39:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:39:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-08T18:39:21.999Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:39:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:39:31.534Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:40:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:40:21.997Z||pool-2-thread-10|||||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-08T18:40:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:40:21.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:40:21.998Z||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-08T18:40:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:40:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:40:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:41:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:41:21.997Z||pool-2-thread-10|||||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-08T18:41:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:41:21.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:41:21.998Z||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-08T18:41:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:41:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:41:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:42:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:42:21.997Z||pool-2-thread-10|||||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-08T18:42:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:42:21.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:42:21.998Z||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-08T18:42:21.998Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:42:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:42:31.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:43:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:43:21.997Z||pool-2-thread-10|||||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-08T18:43:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:43:21.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:43:21.999Z||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-08T18:43:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:43:31.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:43:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:44:21.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:44:21.997Z||pool-2-thread-10|||||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-08T18:44:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:44:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:44:21.998Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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-08T18:44:21.999Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:44:31.530Z|bfadd046-638e-4334-9a36-9ba6fe33e69b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:44:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:45:21.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:45:21.997Z||pool-2-thread-10|||||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-08T18:45:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:45:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:45:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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-08T18:45:21.998Z|96f94802-62f7-4a11-9754-3b0a793b77e6|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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:45:31.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:45:31.533Z|96f94802-62f7-4a11-9754-3b0a793b77e6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:46:21.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:46:21.997Z||pool-2-thread-10|||||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-08T18:46:21.997Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Z1G7fsgNZRySTNcd) ... 2022-03-08T18:46:21.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T18:46:21.998Z||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-08T18:46:21.999Z||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 Z1G7fsgNZRySTNcd) ... 2022-03-08T18:46:31.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T18:46:31.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK