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-09T14:23:17.105Z||main|||||INFO|500||The following profiles are active: basic 2022-03-09T14:23:25.847Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-09T14:23:25.848Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-09T14:23:25.922Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-09T14:23:28.042Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-09T14:23:28.199Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-09T14:23:28.559Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-09T14:23:28.567Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-09T14:23:28.645Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-09T14:23:28.779Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-09T14:23:29.177Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-09T14:23:30.062Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T14:23:31.839Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T14:23:31.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-09T14:23:32.273Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T14:23:32.473Z||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-09T14:23:33.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T14:23:34.496Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-09T14:23:34.512Z||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$$c179a1e7.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-09T14:23:34.513Z||main|||||WARN|500||The sdc end point is not alive 2022-03-09T14:23:37.124Z||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-09T14:23:39.560Z||main|||||WARN|500||--- 2022-03-09T14:23:39.560Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-09T14:23:39.561Z||main|||||WARN|500||--- 2022-03-09T14:23:39.972Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-09T14:23:43.920Z||main|||||INFO|500||Started Application in 30.756 seconds (JVM running for 31.844) 2022-03-09T14:23:43.940Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:23:43.941Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:23:43.951Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:23:43.973Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:23:44.052Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac4ea901-9ddd-4fcf-ac5b-336e40185ef6 url= /sdc/v1/artifactTypes 2022-03-09T14:23:44.052Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:23:45.137Z||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.35.23] 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$$97dd323b.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-09T14:23:45.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20f27b34 2022-03-09T14:23:45.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:23:45.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:23:45.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:23:45.157Z||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$$97dd323b.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-09T14:24:33.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:24:33.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:24:33.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:24:33.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:24:33.917Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27b3f9fc-9dac-41f6-aa80-520d17d29087 url= /sdc/v1/artifactTypes 2022-03-09T14:24:33.917Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:24:34.960Z||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.35.23] 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$$97dd323b.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-09T14:24:34.961Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42576687 2022-03-09T14:24:34.961Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:24:34.961Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:24:34.962Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:24:34.962Z||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$$97dd323b.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-09T14:25:23.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:25:23.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:25:23.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:25:23.918Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:25:23.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d4fe19-efee-4bf7-a820-ad3cc3f15d74 url= /sdc/v1/artifactTypes 2022-03-09T14:25:23.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:25:24.976Z||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.35.23] 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$$97dd323b.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-09T14:25:24.977Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30965a71 2022-03-09T14:25:24.977Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:25:24.978Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:25:24.978Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:25:24.979Z||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$$97dd323b.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-09T14:26:13.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:26:13.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:26:13.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:26:13.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:26:13.917Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cec3a30-0f8c-4fb3-a5c9-79a8d0e10cc7 url= /sdc/v1/artifactTypes 2022-03-09T14:26:13.917Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:26:14.929Z||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.35.23] 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$$97dd323b.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-09T14:26:14.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71a8bd6d 2022-03-09T14:26:14.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:26:14.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:26:14.930Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:26:14.931Z||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$$97dd323b.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-09T14:27:03.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:27:03.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:27:03.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:27:03.914Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:27:03.919Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef928401-926f-4410-a80d-57a9a6efd5e1 url= /sdc/v1/artifactTypes 2022-03-09T14:27:03.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:27:04.944Z||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.35.23] 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$$97dd323b.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-09T14:27:04.945Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dab848e 2022-03-09T14:27:04.945Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:27:04.945Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:27:04.946Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:27:04.946Z||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$$97dd323b.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-09T14:27:53.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:27:53.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:27:53.912Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:27:53.915Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:27:53.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de3cd071-3482-40c2-8959-12559925095d url= /sdc/v1/artifactTypes 2022-03-09T14:27:53.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:27:54.927Z||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.35.23] 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$$97dd323b.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-09T14:27:54.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31fd2538 2022-03-09T14:27:54.928Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:27:54.928Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:27:54.928Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:27:54.929Z||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$$97dd323b.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-09T14:28:43.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:28:43.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:28:43.912Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:28:43.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:28:43.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e411edb6-2b97-40ef-a58f-078c8339a069 url= /sdc/v1/artifactTypes 2022-03-09T14:28:43.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:28:44.944Z||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.35.23] 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$$97dd323b.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-09T14:28:44.945Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53afcfa4 2022-03-09T14:28:44.945Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:28:44.945Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:28:44.946Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:28:44.946Z||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$$97dd323b.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-09T14:29:33.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:29:33.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:29:33.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:29:33.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:29:33.919Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb6c71da-000e-4428-9445-9118a26545f2 url= /sdc/v1/artifactTypes 2022-03-09T14:29:33.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:29:34.928Z||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.35.23] 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$$97dd323b.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-09T14:29:34.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d681b85 2022-03-09T14:29:34.929Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-03-09T14:29:34.929Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-03-09T14:29:34.929Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-03-09T14:29:34.930Z||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$$97dd323b.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-09T14:30:23.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T14:30:23.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T14:30:23.911Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T14:30:23.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T14:30:23.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e563e3d2-c3fc-416f-85ed-852044fd1438 url= /sdc/v1/artifactTypes 2022-03-09T14:30:23.918Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T14:30:24.106Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-09T14:30:24.114Z||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-09T14:30:24.141Z||scheduling-1|||||DEBUG|500||create keys 2022-03-09T14:30:24.147Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-09T14:30:24.365Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:30:24.380Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c6818664-db42-4bdd-b7fa-70e1593baba0 url= /sdc/v1/registerForDistribution 2022-03-09T14:30:24.657Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c6818664-db42-4bdd-b7fa-70e1593baba0 url= /sdc/v1/registerForDistribution 2022-03-09T14:30:24.657Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-09T14:30:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:30:24.665Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:30:24.668Z||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-09T14:30:24.669Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:30:24.669Z||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-09T14:30:24.669Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:30:24.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-09T14:30:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:30:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:31:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:31:24.663Z||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-09T14:31:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:31:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:31:24.665Z||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-09T14:31:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:31:34.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:31:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:32:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:32:24.663Z||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-09T14:32:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:32:24.665Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:32:24.666Z||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-09T14:32:24.666Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:32:34.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:32:34.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:33:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:33:24.663Z||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-09T14:33:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:33:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:33:24.665Z||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-09T14:33:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:33:34.206Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:33:34.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:33:39.852Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-09T14:34:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:34:24.663Z||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-09T14:34:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:34:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:34:24.665Z||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-09T14:34:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:34:34.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:34:34.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:35:24.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:35:24.663Z||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-09T14:35:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:35:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:35:24.665Z||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-09T14:35:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:35:34.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:35:34.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:36:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:36:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:36:24.665Z||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-09T14:36:24.665Z||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-09T14:36:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:36:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:36:34.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:36:34.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:37:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:37:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:37:24.664Z||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-09T14:37:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:37:24.665Z||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-09T14:37:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:37:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:37:34.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:38:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:38:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:38:24.664Z||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-09T14:38:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:38:24.664Z||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-09T14:38:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:38:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:38:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:39:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:39:24.663Z||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-09T14:39:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:39:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:39:24.665Z||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-09T14:39:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:39:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:39:34.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:40:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:40:24.663Z||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-09T14:40:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:40:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:40:24.665Z||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-09T14:40:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:40:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:40:34.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:41:24.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:41:24.663Z||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-09T14:41:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:41:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:41:24.665Z||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-09T14:41:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:41:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:41:34.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:42:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:42:24.663Z||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-09T14:42:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:42:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:42:24.665Z||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-09T14:42:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:42:34.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:42:34.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:43:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:43:24.663Z||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-09T14:43:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:43:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:43:24.665Z||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-09T14:43:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:43:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:43:34.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:44:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:44:24.664Z||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-09T14:44:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:44:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:44:24.665Z||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-09T14:44:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:44:34.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:44:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:45:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:45:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:45:24.666Z||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-09T14:45:24.666Z||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-09T14:45:24.666Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:45:24.666Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:45:34.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:45:34.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:46:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:46:24.664Z||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-09T14:46:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:46:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:46:24.665Z||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-09T14:46:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:46:34.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:46:34.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:47:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:47:24.663Z||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-09T14:47:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:47:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:47:24.665Z||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-09T14:47:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:47:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:47:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:48:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:48:24.663Z||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-09T14:48:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:48:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:48:24.665Z||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-09T14:48:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:48:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:48:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:49:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:49:24.664Z||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-09T14:49:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:49:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:49:24.665Z||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-09T14:49:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:49:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:49:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:50:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:50:24.663Z||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-09T14:50:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:50:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:50:24.665Z||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-09T14:50:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:50:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:50:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:51:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:51:24.663Z||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-09T14:51:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:51:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:51:24.664Z||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-09T14:51:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:51:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:51:34.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:52:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:52:24.663Z||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-09T14:52:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:52:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:52:24.664Z||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-09T14:52:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:52:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:52:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:53:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:53:24.663Z||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-09T14:53:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:53:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:53:24.664Z||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-09T14:53:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:53:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:53:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:54:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:54:24.663Z||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-09T14:54:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:54:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:54:24.664Z||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-09T14:54:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:54:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:54:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:55:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:55:24.663Z||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-09T14:55:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:55:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:55:24.664Z||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-09T14:55:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:55:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:55:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:56:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:56:24.663Z||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-09T14:56:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:56:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:56:24.664Z||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-09T14:56:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:56:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:56:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:57:24.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:57:24.663Z||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-09T14:57:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:57:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:57:24.665Z||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-09T14:57:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:57:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:57:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:58:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:58:24.664Z||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-09T14:58:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:58:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:58:24.665Z||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-09T14:58:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:58:34.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:58:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:59:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:59:24.663Z||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-09T14:59:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:59:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T14:59:24.665Z||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-09T14:59:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T14:59:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T14:59:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:00:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:00:24.664Z||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-09T15:00:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:00:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:00:24.665Z||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-09T15:00:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:00:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:00:34.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:01:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:01:24.663Z||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-09T15:01:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:01:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:01:24.664Z||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-09T15:01:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:01:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:01:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:02:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:02:24.663Z||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-09T15:02:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:02:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:02:24.665Z||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-09T15:02:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:02:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:02:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:03:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:03:24.663Z||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-09T15:03:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:03:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:03:24.665Z||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-09T15:03:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:03:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:03:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:04:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:04:24.663Z||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-09T15:04:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:04:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:04:24.664Z||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-09T15:04:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:04:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:04:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:05:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:05:24.663Z||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-09T15:05:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:05:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:05:24.664Z||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-09T15:05:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:05:34.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:05:34.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:06:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:06:24.663Z||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-09T15:06:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:06:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:06:24.664Z||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-09T15:06:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:06:34.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:06:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:07:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:07:24.663Z||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-09T15:07:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:07:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:07:24.664Z||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-09T15:07:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:07:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:07:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:08:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:08:24.663Z||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-09T15:08:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:08:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:08:24.665Z||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-09T15:08:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:08:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:08:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:09:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:09:24.664Z||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-09T15:09:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:09:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:09:24.664Z||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-09T15:09:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:09:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:09:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:10:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:10:24.663Z||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-09T15:10:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:10:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:10:24.664Z||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-09T15:10:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:10:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:10:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:11:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:11:24.664Z||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-09T15:11:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:11:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:11:24.665Z||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-09T15:11:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:11:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:11:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:12:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:12:24.663Z||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-09T15:12:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:12:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:12:24.665Z||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-09T15:12:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:12:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:12:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:13:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:13:24.663Z||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-09T15:13:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:13:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:13:24.665Z||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-09T15:13:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:13:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:13:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:14:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:14:24.663Z||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-09T15:14:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:14:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:14:24.665Z||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-09T15:14:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:14:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:14:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:15:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:15:24.664Z||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-09T15:15:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:15:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:15:24.665Z||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-09T15:15:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:15:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:15:34.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:16:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:16:24.664Z||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-09T15:16:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:16:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:16:24.664Z||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-09T15:16:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:16:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:16:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:17:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:17:24.664Z||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-09T15:17:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:17:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:17:24.665Z||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-09T15:17:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:17:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:17:34.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:18:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:18:24.664Z||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-09T15:18:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:18:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:18:24.665Z||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-09T15:18:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:18:34.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:18:34.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:19:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:19:24.664Z||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-09T15:19:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:19:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:19:24.665Z||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-09T15:19:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:19:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:19:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:20:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:20:24.663Z||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-09T15:20:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:20:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:20:24.664Z||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-09T15:20:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:20:34.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:20:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:21:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:21:24.663Z||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-09T15:21:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:21:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:21:24.665Z||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-09T15:21:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:21:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:21:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:22:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:22:24.664Z||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-09T15:22:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:22:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:22:24.665Z||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-09T15:22:24.666Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:22:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:22:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:23:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:23:24.664Z||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-09T15:23:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:23:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:23:24.665Z||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-09T15:23:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:23:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:23:34.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:24:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:24:24.663Z||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-09T15:24:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:24:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:24:24.665Z||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-09T15:24:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:24:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:24:34.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:25:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:25:24.664Z||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-09T15:25:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:25:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:25:24.664Z||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-09T15:25:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:25:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:25:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:26:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:26:24.663Z||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-09T15:26:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:26:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:26:24.665Z||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-09T15:26:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:26:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:26:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:27:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:27:24.663Z||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-09T15:27:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:27:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:27:24.664Z||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-09T15:27:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:27:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:27:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:28:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:28:24.664Z||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-09T15:28:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:28:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:28:24.664Z||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-09T15:28:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:28:34.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:28:34.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:29:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:29:24.663Z||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-09T15:29:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:29:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:29:24.665Z||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-09T15:29:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:29:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:29:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:30:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:30:24.664Z||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-09T15:30:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:30:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:30:24.664Z||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-09T15:30:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:30:34.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:30:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:31:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:31:24.663Z||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-09T15:31:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:31:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:31:24.664Z||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-09T15:31:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:31:34.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:31:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:32:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:32:24.663Z||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-09T15:32:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:32:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:32:24.665Z||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-09T15:32:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:32:34.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:32:34.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:33:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:33:24.663Z||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-09T15:33:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:33:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:33:24.665Z||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-09T15:33:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:33:34.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:33:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:34:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:34:24.663Z||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-09T15:34:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:34:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:34:24.664Z||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-09T15:34:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:34:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:34:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:35:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:35:24.663Z||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-09T15:35:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:35:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:35:24.665Z||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-09T15:35:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:35:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:35:34.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:36:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:36:24.663Z||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-09T15:36:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:36:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:36:24.665Z||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-09T15:36:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:36:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:36:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:37:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:37:24.663Z||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-09T15:37:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:37:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:37:24.664Z||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-09T15:37:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:37:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:37:34.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:38:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:38:24.663Z||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-09T15:38:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:38:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:38:24.665Z||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-09T15:38:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:38:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:38:34.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:39:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:39:24.663Z||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-09T15:39:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:39:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:39:24.664Z||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-09T15:39:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:39:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:39:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:40:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:40:24.664Z||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-09T15:40:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:40:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:40:24.665Z||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-09T15:40:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:40:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:40:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:41:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:41:24.663Z||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-09T15:41:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:41:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:41:24.664Z||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-09T15:41:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:41:34.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:41:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:42:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:42:24.663Z||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-09T15:42:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:42:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:42:24.665Z||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-09T15:42:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:42:34.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:42:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:43:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:43:24.663Z||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-09T15:43:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:43:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:43:24.665Z||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-09T15:43:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:43:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:43:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:44:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:44:24.663Z||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-09T15:44:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:44:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:44:24.665Z||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-09T15:44:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:44:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:44:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:45:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:45:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T15:45:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:45:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:45:24.665Z||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-09T15:45:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:45:34.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:45:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:46:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:46:24.663Z||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-09T15:46:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:46:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:46:24.665Z||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-09T15:46:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:46:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:46:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:47:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:47:24.663Z||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-09T15:47:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:47:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:47:24.664Z||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-09T15:47:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:47:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:47:34.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:48:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:48:24.663Z||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-09T15:48:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:48:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:48:24.664Z||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-09T15:48:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:48:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:48:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:49:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:49:24.663Z||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-09T15:49:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:49:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:49:24.665Z||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-09T15:49:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:49:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:49:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:50:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:50:24.663Z||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-09T15:50:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:50:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:50:24.664Z||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-09T15:50:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:50:34.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:50:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:51:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:51:24.663Z||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-09T15:51:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:51:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:51:24.664Z||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-09T15:51:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:51:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:51:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:52:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:52:24.663Z||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-09T15:52:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:52:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:52:24.664Z||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-09T15:52:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:52:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:52:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:53:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:53:24.663Z||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-09T15:53:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:53:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:53:24.665Z||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-09T15:53:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:53:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:53:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:54:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:54:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T15:54:24.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:54:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:54:24.665Z||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-09T15:54:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:54:34.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:54:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:55:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:55:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T15:55:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:55:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:55:24.665Z||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-09T15:55:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:55:34.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:55:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:56:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:56:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T15:56:24.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:56:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:56:24.665Z||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-09T15:56:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:56:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:56:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:57:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:57:24.664Z||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-09T15:57:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:57:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:57:24.665Z||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-09T15:57:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:57:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:57:34.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:58:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:58:24.664Z||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-09T15:58:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:58:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:58:24.664Z||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-09T15:58:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:58:34.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:58:34.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:59:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:59:24.664Z||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-09T15:59:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T15:59:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:59:24.664Z||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-09T15:59:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T15:59:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T15:59:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:00:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:00:24.663Z||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-09T16:00:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:00:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:00:24.664Z||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-09T16:00:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:00:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:00:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:01:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:01:24.663Z||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-09T16:01:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:01:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:01:24.664Z||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-09T16:01:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:01:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:01:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:02:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:02:24.663Z||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-09T16:02:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:02:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:02:24.664Z||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-09T16:02:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:02:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:02:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:03:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:03:24.663Z||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-09T16:03:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:03:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:03:24.664Z||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-09T16:03:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:03:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:03:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:04:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:04:24.663Z||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-09T16:04:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:04:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:04:24.665Z||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-09T16:04:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:04:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:04:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:05:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:05:24.663Z||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-09T16:05:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:05:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:05:24.664Z||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-09T16:05:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:05:34.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:05:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:06:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:06:24.663Z||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-09T16:06:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:06:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:06:24.664Z||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-09T16:06:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:06:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:06:34.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:07:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:07:24.663Z||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-09T16:07:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:07:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:07:24.665Z||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-09T16:07:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:07:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:07:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:08:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:08:24.664Z||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-09T16:08:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:08:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:08:24.665Z||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-09T16:08:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:08:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:08:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:09:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:09:24.663Z||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-09T16:09:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:09:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:09:24.664Z||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-09T16:09:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:09:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:09:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:10:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:10:24.663Z||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-09T16:10:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:10:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:10:24.664Z||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-09T16:10:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:10:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:10:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:11:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:11:24.663Z||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-09T16:11:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:11:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:11:24.664Z||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-09T16:11:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:11:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:11:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:12:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:12:24.663Z||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-09T16:12:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:12:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:12:24.664Z||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-09T16:12:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:12:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:12:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:13:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:13:24.663Z||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-09T16:13:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:13:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:13:24.664Z||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-09T16:13:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:13:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:13:34.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:14:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:14:24.663Z||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-09T16:14:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:14:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:14:24.664Z||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-09T16:14:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:14:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:14:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:15:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:15:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:15:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:15:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:15:24.665Z||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-09T16:15:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:15:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:15:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:16:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:16:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:16:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:16:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:16:24.664Z||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-09T16:16:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:16:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:16:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:17:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:17:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:17:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:17:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:17:24.664Z||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-09T16:17:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:17:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:17:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:18:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:18:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:18:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:18:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:18:24.664Z||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-09T16:18:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:18:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:18:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:19:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:19:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:19:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:19:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:19:24.664Z||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-09T16:19:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:19:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:19:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:20:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:20:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:20:24.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:20:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:20:24.664Z||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-09T16:20:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:20:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:20:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:21:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:21:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:21:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:21:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:21:24.664Z||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-09T16:21:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:21:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:21:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:22:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:22:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:22:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:22:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:22:24.665Z||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-09T16:22:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:22:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:22:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:23:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:23:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:23:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:23:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:23:24.664Z||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-09T16:23:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:23:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:23:34.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:24:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:24:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:24:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:24:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:24:24.664Z||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-09T16:24:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:24:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:24:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:25:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:25:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:25:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:25:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:25:24.664Z||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-09T16:25:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:25:34.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:25:34.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:26:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:26:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:26:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:26:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:26:24.664Z||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-09T16:26:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:26:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:26:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:27:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:27:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:27:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:27:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:27:24.664Z||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-09T16:27:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:27:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:27:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:28:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:28:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:28:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:28:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:28:24.664Z||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-09T16:28:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:28:34.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:28:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:29:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:29:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:29:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:29:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:29:24.665Z||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-09T16:29:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:29:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:29:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:30:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:30:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:30:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:30:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:30:24.665Z||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-09T16:30:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:30:34.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:30:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:31:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:31:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:31:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:31:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:31:24.664Z||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-09T16:31:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:31:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:31:34.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:32:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:32:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:32:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:32:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:32:24.664Z||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-09T16:32:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:32:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:32:34.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:33:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:33:24.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:33:24.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:33:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:33:24.664Z||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-09T16:33:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:33:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:33:34.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:34:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:34:24.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:34:24.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:34:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:34:24.665Z||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-09T16:34:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:34:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:34:34.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:35:24.663Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:35:24.663Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:35:24.665Z||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-09T16:35:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:25.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOTIFIED" } 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "ves-openapi-manager", "timestamp": 1646843706436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843708399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843701869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843705974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843717521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843717521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "multicloud-k8s-id", "timestamp": 1646843719264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843719271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843719393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843714166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843717521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "policy-id", "timestamp": 1646843720276, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:35:25.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "cds", "timestamp": 1646843720411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-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-09T16:35:25.186Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4ba4dac1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4673) 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-09T16:35:25.188Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:35:25.189Z||pool-2-thread-1|||||ERROR|500||(conn=4673) WSREP has not yet prepared node for application use 2022-03-09T16:35:25.190Z||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=4673) 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-09T16:35:25.192Z||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=4673) 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-09T16:35:25.196Z||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-09T16:35:25.197Z||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-09T16:35:25.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:25.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T16:35:25.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"630f2353-e446-41c8-98da-38a557c90de0","serviceName":"vFW 2022-03-09 16-32-25","serviceVersion":"1.0","serviceUUID":"74ae5907-f75c-4cb8-b1b2-236a5a389436","serviceDescription":"catalog service description","serviceInvariantUUID":"aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4","resources":[{"resourceInstanceName":"vFW 1e747840-3f73 0","resourceName":"vFW 1e747840-3f73","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c04ca815-adfb-440c-b611-a9c657a99c3e","resourceInvariantUUID":"c7f1e564-320c-49d5-9861-63de1f39e083","resourceCustomizationUUID":"bcb167c6-3769-41f1-b72c-c5006dfc7978","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml","artifactChecksum":"NWY1ZTBlMzBhODJhMTAxNjE0MzRmMmEzMDg0MTdjYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56d79106-3720-47a3-9a3e-5c0a1d86636b","artifactVersion":"1"},{"artifactName":"vfw1e7478403f730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json","artifactChecksum":"MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4fd4ebb5-4433-4012-905b-321dca91c213","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c82cbccc-d39e-402e-b705-ddb30fc74152","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml","artifactChecksum":"M2UzNDczYzlmNTBkNWNhOTFhOTI5OTY0NWRhZDMwYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72565137-fbb2-4784-a8b0-d692e2494429","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1770fc1a-9594-449c-b686-1daa785fe0f6","artifactVersion":"2","generatedFromUUID":"c82cbccc-d39e-402e-b705-ddb30fc74152"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309163225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml","artifactChecksum":"YzkxNjQzNDM1YjE5ODc1YTlhMzkwNjI2ZTE1ZGFkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3145f040-8c9f-4366-ba1c-8bf0533bf122","artifactVersion":"1"},{"artifactName":"service-Vfw20220309163225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar","artifactChecksum":"ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41821c31-dc02-4fda-893d-d6b2c84b87a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T16:35:25.286Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:25.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:25.296Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:25.296Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:25.396Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T16:35:25.399Z||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-09T16:35:25.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:25.409Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:25.410Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-09T16:35:26.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:26.301Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:26.302Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:26.302Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOTIFIED" } 2022-03-09T16:35:26.402Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:26.403Z||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-09T16:35:26.403Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:26.414Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:26.414Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:35:27.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:27.303Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:27.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:27.305Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:35:27.405Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:27.406Z||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-09T16:35:27.406Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:27.414Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:27.415Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T16:35:28.305Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:28.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:28.307Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:28.307Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:28.408Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:28.408Z||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-09T16:35:28.409Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:28.416Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:28.417Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T16:35:29.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:29.309Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:29.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:29.311Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:35:29.411Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:29.412Z||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-09T16:35:29.412Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:29.422Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:29.422Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:35:30.311Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:30.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:30.314Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:30.314Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:35:30.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:30.415Z||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-09T16:35:30.415Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:30.425Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:30.426Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:35:31.314Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:35:31.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:31.317Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:31.317Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:35:31.417Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:31.418Z||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-09T16:35:31.418Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:31.426Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:31.427Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:35:32.318Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "serviceName": "vFW 2022-03-09 16-32-25", "serviceVersion": "1.0", "serviceUUID": "74ae5907-f75c-4cb8-b1b2-236a5a389436", "serviceDescription": "catalog service description", "serviceInvariantUUID": "aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4", "resources": [ { "resourceInstanceName": "vFW 1e747840-3f73 0", "resourceCustomizationUUID": "bcb167c6-3769-41f1-b72c-c5006dfc7978", "resourceName": "vFW 1e747840-3f73", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c04ca815-adfb-440c-b611-a9c657a99c3e", "resourceInvariantUUID": "c7f1e564-320c-49d5-9861-63de1f39e083", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e7478403f730_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "artifactChecksum": "MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4fd4ebb5-4433-4012-905b-321dca91c213", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c82cbccc-d39e-402e-b705-ddb30fc74152", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1770fc1a-9594-449c-b686-1daa785fe0f6", "generatedFromUUID": "c82cbccc-d39e-402e-b705-ddb30fc74152" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1770fc1a-9594-449c-b686-1daa785fe0f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309163225-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "artifactChecksum": "ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41821c31-dc02-4fda-893d-d6b2c84b87a6" } ], "workloadContext": "Production" } 2022-03-09T16:35:32.319Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T16:35:32.319Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74ae5907-f75c-4cb8-b1b2-236a5a389436 ASDC 2022-03-09T16:35:32.393Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:630f2353-e446-41c8-98da-38a557c90de0 ServiceName:vFW 2022-03-09 16-32-25 ServiceVersion:1.0 ServiceUUID:74ae5907-f75c-4cb8-b1b2-236a5a389436 ServiceInvariantUUID:aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309163225-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar ArtifactUUID:41821c31-dc02-4fda-893d-d6b2c84b87a6 ArtifactChecksum:ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e747840-3f73 0 ResourceCustomizationUUID:bcb167c6-3769-41f1-b72c-c5006dfc7978 ResourceInvariantUUID:c7f1e564-320c-49d5-9861-63de1f39e083 ResourceName:vFW 1e747840-3f73 ResourceType:VF ResourceUUID:c04ca815-adfb-440c-b611-a9c657a99c3e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e7478403f730_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json ArtifactUUID:4fd4ebb5-4433-4012-905b-321dca91c213 ArtifactChecksum:MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU= 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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml ArtifactUUID:c82cbccc-d39e-402e-b705-ddb30fc74152 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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env ArtifactUUID:1770fc1a-9594-449c-b686-1daa785fe0f6 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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env ArtifactUUID:1770fc1a-9594-449c-b686-1daa785fe0f6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T16:35:32.393Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74ae5907-f75c-4cb8-b1b2-236a5a389436 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-09T16:35:32.508Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@ec94b56 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4695) 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$$237d61ec.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-09T16:35:32.509Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:35:32.509Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||(conn=4695) WSREP has not yet prepared node for application use 2022-03-09T16:35:32.511Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||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$$237d61ec.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=4695) 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-09T16:35:32.512Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||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$$237d61ec.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=4695) 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-09T16:35:32.514Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||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$$237d61ec.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-09T16:35:32.514Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 630f2353-e446-41c8-98da-38a557c90de0 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-09T16:35:32.590Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 630f2353-e446-41c8-98da-38a557c90de0 and serviceModelVersionId: 2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 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-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 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: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-03-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4 2022-03-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 630f2353-e446-41c8-98da-38a557c90de0 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-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T16:35:32.593Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:35:32.594Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:35:32.595Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843732592, "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-09T16:35:32.695Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:35:32.695Z||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-09T16:35:32.695Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:35:32.704Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:35:32.704Z||pool-10-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T16:36:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:36:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:36:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:36:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:36:24.664Z||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-09T16:36:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:36:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:36:24.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:36:24.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843721317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:36:24.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:36:34.194Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:37:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:37:24.665Z||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-09T16:37:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:37:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:37:24.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:37:24.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:37:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:37:34.196Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:38:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:38:24.664Z||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-09T16:38:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:38:25.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843725405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843721317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:38:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json", "status": "NOTIFIED" } 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646843726508, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843721317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843721317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843724662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646843732592, "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-09T16:38:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843738210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:38:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "aai-ml", "timestamp": 1646843739214, "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-09T16:38:25.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 630f2353-e446-41c8-98da-38a557c90de0 2022-03-09T16:38:25.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630f2353-e446-41c8-98da-38a557c90de0 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-09T16:38:25.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843739527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843741534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "630f2353-e446-41c8-98da-38a557c90de0", "consumerID": "clamp", "timestamp": 1646843742537, "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-09T16:38:25.222Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 630f2353-e446-41c8-98da-38a557c90de0 2022-03-09T16:38:25.222Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630f2353-e446-41c8-98da-38a557c90de0 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-09T16:38:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:39:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:39:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:39:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:39:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:39:24.664Z||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-09T16:39:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:39:34.198Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:39:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:40:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:40:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:40:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:40:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:40:24.664Z||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-09T16:40:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:40:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:40:34.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:41:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:41:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:41:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:41:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:41:24.664Z||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-09T16:41:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:41:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:41:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:42:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:42:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:42:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:42:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:42:24.664Z||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-09T16:42:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:42:34.197Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:42:34.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:43:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:43:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:43:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:43:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:43:24.664Z||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-09T16:43:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:43:34.196Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:43:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:44:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:44:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:44:24.664Z||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-09T16:44:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:26.355Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:26.356Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T16:44:26.356Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"662c2e20-08e9-4f3d-9b71-24c881d7da12","serviceName":"vFW 2022-03-09 16-42-14","serviceVersion":"1.0","serviceUUID":"f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","serviceDescription":"catalog service description","serviceInvariantUUID":"afa28206-38d6-4f2e-a628-ad8422257df4","resources":[{"resourceInstanceName":"vFW 9f097971-b7b0 0","resourceName":"vFW 9f097971-b7b0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"715126ed-b166-4146-9377-42349e63ad8e","resourceInvariantUUID":"2f0bed8d-9461-4a90-9a56-469bf92cc388","resourceCustomizationUUID":"1f784b42-c2ea-4447-81fe-ef51f6a8e0df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml","artifactChecksum":"Mzg5MWIxNzY3ZTFkMDM3YTNiZjY1MDg2ZGQ2OWEzZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc92165c-0338-4693-b396-ccecd7bfb8a7","artifactVersion":"1"},{"artifactName":"vfw9f097971b7b00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json","artifactChecksum":"MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ceacba4-5040-4774-80fb-83b5c2aa3a79","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"485f5239-2835-4037-988d-d68bd3fd086b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml","artifactChecksum":"MDNkM2Q2Y2U3NDc2ODZjNmRiMzQxYjI1MWYyMWJlN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9daeba9c-d93e-4999-9a2e-6b77cfe2447e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67f9f0b4-1c70-4dfd-89bb-9b2930cd8862","artifactVersion":"2","generatedFromUUID":"485f5239-2835-4037-988d-d68bd3fd086b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309164214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml","artifactChecksum":"YWU0ODFiYjA1MjU2N2I4YzJmNzkwOWM5MTcxMzZjZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1849bf2-60d8-4003-8986-599044f26840","artifactVersion":"1"},{"artifactName":"service-Vfw20220309164214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar","artifactChecksum":"MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1510dc05-fd2b-4e52-aee6-257c70d91b28","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T16:44:26.357Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:26.358Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:26.359Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:26.359Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:26.460Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T16:44:26.460Z||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-09T16:44:26.460Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:26.470Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:26.471Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":3,"count":1} 2022-03-09T16:44:26.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:26.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:44:26.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:44:27.360Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:27.361Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:27.362Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:27.362Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOTIFIED" } 2022-03-09T16:44:27.462Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:27.463Z||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-09T16:44:27.463Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:27.472Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:27.472Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:28.363Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:28.363Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:28.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:28.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:44:28.465Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:28.466Z||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-09T16:44:28.466Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:28.475Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:28.476Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:29.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:29.366Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:29.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:29.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:29.469Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T16:44:29.470Z||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-09T16:44:29.470Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:29.477Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:29.478Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:30.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:30.369Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:30.370Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:30.370Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:44:30.471Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:30.471Z||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-09T16:44:30.471Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:30.481Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:30.481Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:31.371Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:31.371Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:31.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:31.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:44:31.473Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:31.474Z||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-09T16:44:31.474Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:31.485Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:31.486Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:32.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:44:32.374Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:32.375Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:32.376Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:44:32.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:32.476Z||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-09T16:44:32.476Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:32.487Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:32.488Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "serviceName": "vFW 2022-03-09 16-42-14", "serviceVersion": "1.0", "serviceUUID": "f1f4be9f-51a6-4dda-bb90-0d2f1d60d076", "serviceDescription": "catalog service description", "serviceInvariantUUID": "afa28206-38d6-4f2e-a628-ad8422257df4", "resources": [ { "resourceInstanceName": "vFW 9f097971-b7b0 0", "resourceCustomizationUUID": "1f784b42-c2ea-4447-81fe-ef51f6a8e0df", "resourceName": "vFW 9f097971-b7b0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "715126ed-b166-4146-9377-42349e63ad8e", "resourceInvariantUUID": "2f0bed8d-9461-4a90-9a56-469bf92cc388", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9f097971b7b00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "artifactChecksum": "MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ceacba4-5040-4774-80fb-83b5c2aa3a79", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "485f5239-2835-4037-988d-d68bd3fd086b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67f9f0b4-1c70-4dfd-89bb-9b2930cd8862", "generatedFromUUID": "485f5239-2835-4037-988d-d68bd3fd086b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67f9f0b4-1c70-4dfd-89bb-9b2930cd8862", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309164214-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "artifactChecksum": "MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1510dc05-fd2b-4e52-aee6-257c70d91b28" } ], "workloadContext": "Production" } 2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 ASDC 2022-03-09T16:44:33.378Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:662c2e20-08e9-4f3d-9b71-24c881d7da12 ServiceName:vFW 2022-03-09 16-42-14 ServiceVersion:1.0 ServiceUUID:f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 ServiceInvariantUUID:afa28206-38d6-4f2e-a628-ad8422257df4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309164214-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar ArtifactUUID:1510dc05-fd2b-4e52-aee6-257c70d91b28 ArtifactChecksum:MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9f097971-b7b0 0 ResourceCustomizationUUID:1f784b42-c2ea-4447-81fe-ef51f6a8e0df ResourceInvariantUUID:2f0bed8d-9461-4a90-9a56-469bf92cc388 ResourceName:vFW 9f097971-b7b0 ResourceType:VF ResourceUUID:715126ed-b166-4146-9377-42349e63ad8e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9f097971b7b00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json ArtifactUUID:3ceacba4-5040-4774-80fb-83b5c2aa3a79 ArtifactChecksum:MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU= 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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml ArtifactUUID:485f5239-2835-4037-988d-d68bd3fd086b 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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env ArtifactUUID:67f9f0b4-1c70-4dfd-89bb-9b2930cd8862 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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env ArtifactUUID:67f9f0b4-1c70-4dfd-89bb-9b2930cd8862 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T16:44:33.378Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 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-09T16:44:33.398Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1510dc05-fd2b-4e52-aee6-257c70d91b28 from URL: /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T16:44:33.400Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:33.826Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T16:44:33.847Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar 1510dc05-fd2b-4e52-aee6-257c70d91b28 98969 2022-03-09T16:44:33.848Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar ASDC sendASDCNotification 2022-03-09T16:44:33.848Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:33.849Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T16:44:33.849Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:33.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:33.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844273848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:44:33.951Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:33.952Z||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-09T16:44:33.952Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:33.960Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:33.961Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T16:44:34.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T16:44:34.853Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:44:34.853Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1510dc05-fd2b-4e52-aee6-257c70d91b28, URL: /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar to file: /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:34.854Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309164214-csar.csar 2022-03-09T16:44:34.909Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:34.909Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:35.629Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18421949961145130658/Definitions/service-Vfw20220309164214-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-09T16:44:38.184Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9f097971-b7b0 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-Vfw20220309164214-csar.csar 2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T16:44:38.194Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.195Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria 2022-03-09T16:44:38.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T16:44:38.199Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria 2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria 2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8d470b08-6261-412b-9384-4a14dd9fe297 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4893688-da03-4101-a005-11a9221a218a 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ac39ee3-7f3f-4120-b653-983c46fd6151 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:44:38.215Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:44:38.215Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 16-42-14 Description:catalog service description Model UUID:f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 Model Version:NULL Model InvariantUuid:afa28206-38d6-4f2e-a628-ad8422257df4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9f097971-b7b0 Model UUID:ba6e4c31-d3fe-41d2-9f4e-86126e576434 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2f0bed8d-9461-4a90-9a56-469bf92cc388 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f784b42-c2ea-4447-81fe-ef51f6a8e0df NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76e26a16-dcdd-4577-8cde-1f9610686359 ModelName:Vfw9f097971B7b0..base_vfw..module-0 ModelUuid:45fb6ccf-5895-40a5-8590-adbba6963043 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8d470b08-6261-412b-9384-4a14dd9fe297 ModelInvariantUuid:419b9215-2971-4cf4-93aa-bf7ab2367455 ModelName:vFW 9f097971-b7b0-nodes.vfwCvfc ModelUuid:f73f827f-86fd-48a1-b472-1df54fe53cce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c1323fdc-e324-4b02-b5ef-261a06482cc4 ModelInvariantUuid:026a4337-22d0-4164-bde9-7ca66873a1b2 ModelName:Vfw9f097971B7b0.compute.nodes.heat.vfw ModelUuid:74bcc4b0-f4e1-4230-b701-bf636c26f7ef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b4893688-da03-4101-a005-11a9221a218a ModelInvariantUuid:5dab79d6-80aa-4971-9238-cc7f3ac8bea9 ModelName:vFW 9f097971-b7b0-nodes.vsnCvfc ModelUuid:fd7fc212-b4f1-4f7f-ae2d-f715d6a6f3c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:697bb2fd-9d63-484a-9d64-710b94afb64d ModelInvariantUuid:24a56f60-400d-47a2-be44-07e9df09cc3a ModelName:Vfw9f097971B7b0.compute.nodes.heat.vsn ModelUuid:caf89a34-fb87-4c29-bbd2-a7e4952af37a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9ac39ee3-7f3f-4120-b653-983c46fd6151 ModelInvariantUuid:d7ac5e54-1280-4880-a024-fe596d9e8887 ModelName:vFW 9f097971-b7b0-nodes.vpgCvfc ModelUuid:86b2bb46-3f00-4ef9-997a-d532d5bbdfc8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:eae024d8-b032-44dc-ab79-0c26685740b4 ModelInvariantUuid:18ca5fb6-c758-473b-a00e-f6acf34ce6c2 ModelName:Vfw9f097971B7b0.compute.nodes.heat.vpg ModelUuid:0a3419e5-6a40-4bfc-ae0a-825f3b8ff748 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-09T16:44:38.220Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4390a6a1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:44:38.221Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:44:38.221Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||(conn=4679) WSREP has not yet prepared node for application use 2022-03-09T16:44:38.222Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:44:38.223Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:44:38.224Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-09T16:44:38.225Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:44:38.228Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 662c2e20-08e9-4f3d-9b71-24c881d7da12 and serviceModelVersionId: f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 2022-03-09T16:44:38.237Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afa28206-38d6-4f2e-a628-ad8422257df4 2022-03-09T16:44:49.623Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0 2022-03-09T16:44:49.708Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T16:44:50.122Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?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-09T16:44:50.125Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|INFO|500||Invoke 2022-03-09T16:44:50.217Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T16:44:50.264Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T16:44:50.264Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-16:44:50:226-7738], Content-Length=[495], Date=[Wed, 09 Mar 2022 16:44:50 GMT], Content-Type=[application/json]} 2022-03-09T16:44:50.265Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","ERR.5.4.6114"]}}} 2022-03-09T16:44:50.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114) 2022-03-09T16:44:50.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (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: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-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114) 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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (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) ... 9 common frames omitted 2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114) 2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:44:50.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:44:50.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844290285, "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-09T16:44:50.387Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:44:50.388Z||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-09T16:44:50.388Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:44:50.397Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:50.397Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T16:45:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:45:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:45:24.664Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:45:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:45:24.664Z||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-09T16:45:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:45:24.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:45:24.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:45:24.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:45:24.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:45:34.196Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:46:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:46:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:46:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:46:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:46:24.664Z||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-09T16:46:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:46:24.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:46:24.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:46:24.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:46:24.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:46:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:47:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:47:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:47:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:47:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:47:24.664Z||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-09T16:47:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:47:25.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:47:25.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOTIFIED" } 2022-03-09T16:47:25.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOTIFIED" } 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOTIFIED" } 2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844261317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844264662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844257521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844256869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844265974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "ves-openapi-manager", "timestamp": 1646844266436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844273792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844273848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844273947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844273940, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "cds", "timestamp": 1646844274953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-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-09T16:47:25.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12 2022-03-09T16:47:25.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:47:25.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844274945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844268399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "policy-id", "timestamp": 1646844275949, "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-09T16:47:25.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12 2022-03-09T16:47:25.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:47:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844276390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844277465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844278528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844279553, "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-09T16:47:25.226Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12 2022-03-09T16:47:25.226Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844279600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "multicloud-k8s-id", "timestamp": 1646844280555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "DEPLOY_OK" } 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844280653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844281607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "aai-ml", "timestamp": 1646844281656, "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-09T16:47:25.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12 2022-03-09T16:47:25.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:47:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "clamp", "timestamp": 1646844282609, "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-09T16:47:25.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12 2022-03-09T16:47:25.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844290285, "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-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844284166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844291978, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844294889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:47:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:48:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:48:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:48:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:48:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:48:24.664Z||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-09T16:48:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:48:34.197Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:48:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:49:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:49:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:49:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:49:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:49:24.664Z||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-09T16:49:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:49:34.195Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:49:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:50:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:50:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:50:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:50:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:50:24.664Z||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-09T16:50:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:50:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:50:34.199Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:51:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:51:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:51:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:51:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:51:24.664Z||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-09T16:51:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:51:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:51:34.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:52:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:52:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:52:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:52:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:52:24.664Z||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-09T16:52:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:52:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:52:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:53:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:53:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:53:24.664Z||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-09T16:53:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:25.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOTIFIED" } 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T16:53:25.280Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:25.281Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T16:53:25.281Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3","serviceName":"basic_onboard_xZQKUW","serviceVersion":"1.0","serviceUUID":"9bc8190f-f084-4115-abd3-34a70ec7a12d","serviceDescription":"service","serviceInvariantUUID":"c4186b2d-e7c8-49dc-bbf0-3000f03cc482","resources":[{"resourceInstanceName":"basic_onboard_xZQKUW 0","resourceName":"basic_onboard_xZQKUW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15d6a279-f65c-4a89-9cf5-9244fcfa6a16","resourceInvariantUUID":"f3b56e14-3f4f-4fe7-8aac-1e761651a8dc","resourceCustomizationUUID":"7fb873dd-8251-4b24-bab4-8d9e10e72955","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml","artifactChecksum":"N2VkMTRlOWU3YjIxNGIzNjAyN2I3ZTE0NGMzNjQyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"274e0c52-1d44-4826-bce0-c134f8197ecf","artifactVersion":"1"},{"artifactName":"basic_onboard_xzqkuw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json","artifactChecksum":"ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a7e22e2-b41c-42e3-b618-0374f680def3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6fd66ae-629d-496d-bbdf-4116099255a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dec79c2-7366-4e48-bfe9-82b8317fe308","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce45e925-6c8d-4c45-a933-a9f70dff9852","artifactVersion":"2","generatedFromUUID":"a6fd66ae-629d-496d-bbdf-4116099255a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXzqkuw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml","artifactChecksum":"YjA2ZGZhYTQxZDE5ODgyMmMyOTY1ZDlmMDI3Mjg1ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87a0b62c-7a6e-4607-b641-416207124ece","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXzqkuw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar","artifactChecksum":"YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f375fb7b-0d3a-4c21-8617-4ec84540a35f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T16:53:25.283Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:25.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:25.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:25.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:25.385Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:25.386Z||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-09T16:53:25.386Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:25.394Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:25.394Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:26.286Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:26.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:26.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:26.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOTIFIED" } 2022-03-09T16:53:26.389Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:26.389Z||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-09T16:53:26.390Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:26.400Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:26.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:27.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:27.290Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:27.291Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:27.291Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T16:53:27.392Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T16:53:27.392Z||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-09T16:53:27.392Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:27.402Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:27.402Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:28.292Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:28.292Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:28.294Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:28.294Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:28.394Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T16:53:28.395Z||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-09T16:53:28.395Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:28.405Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:28.405Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:29.295Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:29.295Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:29.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:29.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T16:53:29.397Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:29.398Z||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-09T16:53:29.398Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:29.407Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:29.407Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:30.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:30.298Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:30.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:30.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:53:30.400Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:30.401Z||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-09T16:53:30.401Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:30.410Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:30.410Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:31.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:53:31.301Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:31.302Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:31.302Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:53:31.402Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:31.403Z||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-09T16:53:31.403Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:31.411Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:31.412Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:53:32.303Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "serviceName": "basic_onboard_xZQKUW", "serviceVersion": "1.0", "serviceUUID": "9bc8190f-f084-4115-abd3-34a70ec7a12d", "serviceDescription": "service", "serviceInvariantUUID": "c4186b2d-e7c8-49dc-bbf0-3000f03cc482", "resources": [ { "resourceInstanceName": "basic_onboard_xZQKUW 0", "resourceCustomizationUUID": "7fb873dd-8251-4b24-bab4-8d9e10e72955", "resourceName": "basic_onboard_xZQKUW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "15d6a279-f65c-4a89-9cf5-9244fcfa6a16", "resourceInvariantUUID": "f3b56e14-3f4f-4fe7-8aac-1e761651a8dc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xzqkuw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "artifactChecksum": "ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a7e22e2-b41c-42e3-b618-0374f680def3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a6fd66ae-629d-496d-bbdf-4116099255a8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce45e925-6c8d-4c45-a933-a9f70dff9852", "generatedFromUUID": "a6fd66ae-629d-496d-bbdf-4116099255a8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce45e925-6c8d-4c45-a933-a9f70dff9852", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXzqkuw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "artifactChecksum": "YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f375fb7b-0d3a-4c21-8617-4ec84540a35f" } ], "workloadContext": "Production" } 2022-03-09T16:53:32.304Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T16:53:32.304Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bc8190f-f084-4115-abd3-34a70ec7a12d ASDC 2022-03-09T16:53:32.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 ServiceName:basic_onboard_xZQKUW ServiceVersion:1.0 ServiceUUID:9bc8190f-f084-4115-abd3-34a70ec7a12d ServiceInvariantUUID:c4186b2d-e7c8-49dc-bbf0-3000f03cc482 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXzqkuw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar ArtifactUUID:f375fb7b-0d3a-4c21-8617-4ec84540a35f ArtifactChecksum:YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xZQKUW 0 ResourceCustomizationUUID:7fb873dd-8251-4b24-bab4-8d9e10e72955 ResourceInvariantUUID:f3b56e14-3f4f-4fe7-8aac-1e761651a8dc ResourceName:basic_onboard_xZQKUW ResourceType:VF ResourceUUID:15d6a279-f65c-4a89-9cf5-9244fcfa6a16 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xzqkuw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json ArtifactUUID:7a7e22e2-b41c-42e3-b618-0374f680def3 ArtifactChecksum:ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM= 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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml ArtifactUUID:a6fd66ae-629d-496d-bbdf-4116099255a8 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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env ArtifactUUID:ce45e925-6c8d-4c45-a933-a9f70dff9852 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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env ArtifactUUID:ce45e925-6c8d-4c45-a933-a9f70dff9852 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T16:53:32.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bc8190f-f084-4115-abd3-34a70ec7a12d 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-09T16:53:32.314Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@529cff99 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=5046) 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$$237d61ec.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-09T16:53:32.315Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:53:32.315Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||(conn=5046) WSREP has not yet prepared node for application use 2022-03-09T16:53:32.316Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||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$$237d61ec.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=5046) 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-09T16:53:32.317Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||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$$237d61ec.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=5046) 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-09T16:53:32.317Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||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$$237d61ec.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-09T16:53:32.318Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@bdfa4b marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=5050) 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 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$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.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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) ... 59 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) ... 60 common frames omitted 2022-03-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||(conn=5050) WSREP has not yet prepared node for application use 2022-03-09T16:53:32.322Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-03-09T16:53:32.323Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||Exception occurred 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.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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 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$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=5050) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-03-09T16:53:32.323Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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: 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.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) ... 9 common frames omitted 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 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$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=5050) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:53:32.325Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:53:32.326Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844812324, "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-09T16:53:32.426Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:53:32.426Z||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-09T16:53:32.427Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:53:32.435Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:32.436Z||pool-27-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T16:54:24.662Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:54:24.663Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:54:24.663Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:54:24.664Z||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-09T16:54:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:24.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:24.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T16:54:24.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:54:24.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbc14810-c80a-4f4b-96d6-ec8312aa0ac2","serviceName":"vFW 2022-03-09 16-51-38","serviceVersion":"1.0","serviceUUID":"7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","serviceDescription":"catalog service description","serviceInvariantUUID":"7abd6307-afb2-49e1-8cda-2d1a56f5a836","resources":[{"resourceInstanceName":"vFW b54a231d-4d79 0","resourceName":"vFW b54a231d-4d79","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9c95a8d-4052-4ec1-801f-49c2d7912cef","resourceInvariantUUID":"605d94cd-fd5b-46e8-a0c6-6276d98ed0b7","resourceCustomizationUUID":"2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml","artifactChecksum":"MzdlYTg3M2VmYTQwZGIzYzk4MDA5MDQ3OTM4NmJhMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2015de79-9473-4be7-991a-4b89b119ca78","artifactVersion":"1"},{"artifactName":"vfwb54a231d4d790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json","artifactChecksum":"YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51b0922f-779e-4b3c-bf1e-eb1d483a4feb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"694bbae3-dee9-4656-87a1-2b77d84d28f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml","artifactChecksum":"YzExYzEyMzk5MzYwYzM4ZDhjNmY1MjMxYWU5YzBlOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6933eb40-4283-467e-81c1-4f5f7e5c0397","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3fe9de0-4d39-473c-a684-7fd383b11d08","artifactVersion":"2","generatedFromUUID":"694bbae3-dee9-4656-87a1-2b77d84d28f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309165138-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml","artifactChecksum":"NzYwMzNiMjVlYmJiYWU1NDViY2I2MGNjMTVlNGRiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbc7e96e-f63b-4e09-a310-2f714b5dcdda","artifactVersion":"1"},{"artifactName":"service-Vfw20220309165138-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar","artifactChecksum":"MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f5b9538-30e7-41fe-8ea7-6eff5feaca91","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T16:54:25.288Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:25.289Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:25.290Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:25.291Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:54:25.391Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:25.391Z||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-09T16:54:25.391Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:25.400Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:25.401Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:26.291Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:26.292Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:26.293Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:26.294Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOTIFIED" } 2022-03-09T16:54:26.394Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:26.394Z||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-09T16:54:26.394Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:26.406Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:26.407Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:27.294Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:27.295Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:27.296Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:27.297Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:54:27.397Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:27.397Z||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-09T16:54:27.397Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:27.405Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:27.406Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:28.297Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:28.298Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:28.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:28.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:54:28.400Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:28.400Z||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-09T16:54:28.400Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:28.407Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:28.407Z||pool-31-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2022-03-09T16:54:29.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:29.301Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:29.302Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:29.303Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:54:29.403Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:29.403Z||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-09T16:54:29.403Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:29.412Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:29.412Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:30.303Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:30.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:30.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:30.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:54:30.405Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:30.406Z||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-09T16:54:30.406Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:30.415Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:30.415Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:31.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T16:54:31.306Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:31.307Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:31.307Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:54:31.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:31.408Z||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-09T16:54:31.408Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:31.417Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:31.417Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "serviceName": "vFW 2022-03-09 16-51-38", "serviceVersion": "1.0", "serviceUUID": "7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7abd6307-afb2-49e1-8cda-2d1a56f5a836", "resources": [ { "resourceInstanceName": "vFW b54a231d-4d79 0", "resourceCustomizationUUID": "2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba", "resourceName": "vFW b54a231d-4d79", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f9c95a8d-4052-4ec1-801f-49c2d7912cef", "resourceInvariantUUID": "605d94cd-fd5b-46e8-a0c6-6276d98ed0b7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb54a231d4d790_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "artifactChecksum": "YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51b0922f-779e-4b3c-bf1e-eb1d483a4feb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "694bbae3-dee9-4656-87a1-2b77d84d28f1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e3fe9de0-4d39-473c-a684-7fd383b11d08", "generatedFromUUID": "694bbae3-dee9-4656-87a1-2b77d84d28f1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e3fe9de0-4d39-473c-a684-7fd383b11d08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309165138-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "artifactChecksum": "MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f5b9538-30e7-41fe-8ea7-6eff5feaca91" } ], "workloadContext": "Production" } 2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 ASDC 2022-03-09T16:54:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 ServiceName:vFW 2022-03-09 16-51-38 ServiceVersion:1.0 ServiceUUID:7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 ServiceInvariantUUID:7abd6307-afb2-49e1-8cda-2d1a56f5a836 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309165138-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar ArtifactUUID:9f5b9538-30e7-41fe-8ea7-6eff5feaca91 ArtifactChecksum:MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b54a231d-4d79 0 ResourceCustomizationUUID:2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba ResourceInvariantUUID:605d94cd-fd5b-46e8-a0c6-6276d98ed0b7 ResourceName:vFW b54a231d-4d79 ResourceType:VF ResourceUUID:f9c95a8d-4052-4ec1-801f-49c2d7912cef ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb54a231d4d790_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json ArtifactUUID:51b0922f-779e-4b3c-bf1e-eb1d483a4feb ArtifactChecksum:YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY= 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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml ArtifactUUID:694bbae3-dee9-4656-87a1-2b77d84d28f1 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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env ArtifactUUID:e3fe9de0-4d39-473c-a684-7fd383b11d08 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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env ArtifactUUID:e3fe9de0-4d39-473c-a684-7fd383b11d08 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T16:54:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 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-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f5b9538-30e7-41fe-8ea7-6eff5feaca91 from URL: /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:32.723Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar 9f5b9538-30e7-41fe-8ea7-6eff5feaca91 98965 2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar ASDC sendASDCNotification 2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T16:54:32.729Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:32.730Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:32.730Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844872728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:54:32.830Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:32.831Z||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-09T16:54:32.831Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:32.840Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:32.840Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T16:54:33.731Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9f5b9538-30e7-41fe-8ea7-6eff5feaca91, URL: /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar to file: /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309165138-csar.csar 2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:33.733Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:34.123Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2643989564176119842/Definitions/service-Vfw20220309165138-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-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b54a231d-4d79 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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria 2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2028300e-d743-49e2-9393-34d1c9b76ccd 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b448ec8-aa5c-45c3-bf16-c0ce0971eaf8 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria 2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f3138493-7258-4b3f-b51d-efb2e5f5b27f 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T16:54:35.676Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 16-51-38 Description:catalog service description Model UUID:7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 Model Version:NULL Model InvariantUuid:7abd6307-afb2-49e1-8cda-2d1a56f5a836 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b54a231d-4d79 Model UUID:b8e9aede-d2d0-4eef-bd5c-3855c9985c1b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:605d94cd-fd5b-46e8-a0c6-6276d98ed0b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:009a9cfc-14d0-49cc-875f-24945f186a31 ModelName:VfwB54a231d4d79..base_vfw..module-0 ModelUuid:f652b82e-8da0-43fb-a27a-05bb5ffa80ef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2028300e-d743-49e2-9393-34d1c9b76ccd ModelInvariantUuid:f19a7e06-f773-4ccc-ac30-09818a1f3509 ModelName:vFW b54a231d-4d79-nodes.vfwCvfc ModelUuid:135151e9-deac-444f-a2db-fcdd8d90ccdc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f41ce8f1-a42a-45f1-bd11-2ca2cba5d403 ModelInvariantUuid:fbc3fac2-02cd-435d-8eaf-cde14c5971ee ModelName:VfwB54a231d4d79.compute.nodes.heat.vfw ModelUuid:0395fadd-862b-441e-9cfc-41967ca69ccf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0b448ec8-aa5c-45c3-bf16-c0ce0971eaf8 ModelInvariantUuid:9e93bb18-fe2c-4706-9ccb-23d608a9477c ModelName:vFW b54a231d-4d79-nodes.vsnCvfc ModelUuid:154b9889-33ad-428b-8c90-e305bb55a3f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:70031ff3-2757-46d9-948b-0798817c6b24 ModelInvariantUuid:2eed0242-59e6-4ba9-a58d-5b5112fea780 ModelName:VfwB54a231d4d79.compute.nodes.heat.vsn ModelUuid:2a0d24d5-c040-4c97-8671-23c99f05f4ae ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f3138493-7258-4b3f-b51d-efb2e5f5b27f ModelInvariantUuid:5e2637a9-2aec-4722-ad2d-055c37eda20d ModelName:vFW b54a231d-4d79-nodes.vpgCvfc ModelUuid:1f664699-69c2-472c-9ec8-294f7fb1056d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e6b567d2-9e8d-4136-99d9-d2c0a8f83c81 ModelInvariantUuid:006de7f2-5c5c-412f-b37c-4d7d0800cc76 ModelName:VfwB54a231d4d79.compute.nodes.heat.vpg ModelUuid:81c9bb71-6fde-4c9d-928d-4da9a687732e 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-09T16:54:35.679Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@b4a8f3a marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:54:35.680Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T16:54:35.680Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||(conn=5281) WSREP has not yet prepared node for application use 2022-03-09T16:54:35.681Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:54:35.685Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 and serviceModelVersionId: 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 2022-03-09T16:54:35.685Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7abd6307-afb2-49e1-8cda-2d1a56f5a836 2022-03-09T16:54:35.686Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0 2022-03-09T16:54:35.689Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T16:54:35.738Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|INFO|500||Invoke 2022-03-09T16:54:35.738Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3bbeb17-2de5-457b-963a-812875f4a856], X-ECOMP-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], X-TransactionId=[], X-ONAP-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], Content-Type=[application/merge-patch+json]} 2022-03-09T16:54:35.754Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T16:54:35.785Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?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/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-16:54:35:762-68231], Content-Length=[495], Date=[Wed, 09 Mar 2022 16:54:35 GMT], Content-Type=[application/json]} 2022-03-09T16:54:35.785Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?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/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","ERR.5.4.6114"]}}} 2022-03-09T16:54:35.786Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114) 2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (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: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-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114) 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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (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) ... 9 common frames omitted 2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114) 2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T16:54:35.791Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T16:54:35.791Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844875789, "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-09T16:54:35.891Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T16:54:35.892Z||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-09T16:54:35.892Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:54:35.900Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:35.901Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T16:55:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:55:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:55:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:55:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:55:24.664Z||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-09T16:55:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:55:24.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:55:24.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T16:55:24.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:55:24.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T16:55:34.200Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:56:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:56:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:56:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:56:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:56:24.664Z||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-09T16:56:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:56:24.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:56:24.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOTIFIED" } 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844797521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844796869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844794166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844801317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844808495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844808536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844808632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "cds", "timestamp": 1646844809502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-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-09T16:56:24.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 2022-03-09T16:56:24.710Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:56:24.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "NOTIFIED" } 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844810968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844804662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844812324, "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-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844805975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "ves-openapi-manager", "timestamp": 1646844806436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844813639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844813998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "aai-ml", "timestamp": 1646844814643, "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-09T16:56:24.727Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 2022-03-09T16:56:24.727Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:56:24.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844815003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844808399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "policy-id", "timestamp": 1646844816006, "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-09T16:56:24.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 2022-03-09T16:56:24.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844816290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844817420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844818477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844811869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844818689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844819500, "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-09T16:56:24.752Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 2022-03-09T16:56:24.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:56:24.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844819587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "multicloud-k8s-id", "timestamp": 1646844820503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "cds", "timestamp": 1646844820592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-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-09T16:56:24.762Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 2022-03-09T16:56:24.762Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844820697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3", "consumerID": "clamp", "timestamp": 1646844821703, "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-09T16:56:24.771Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 2022-03-09T16:56:24.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844824166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844831884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844825974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOTIFIED" } 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "ves-openapi-manager", "timestamp": 1646844826436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844833673, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844827521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844834676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646844834747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844828399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844835357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "policy-id", "timestamp": 1646844835679, "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-09T16:56:24.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 2022-03-09T16:56:24.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844836257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844831317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844838091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844839431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844840451, "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-09T16:56:24.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 2022-03-09T16:56:24.796Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "multicloud-k8s-id", "timestamp": 1646844841454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844842796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "aai-ml", "timestamp": 1646844843800, "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-09T16:56:24.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 2022-03-09T16:56:24.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:56:24.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844850695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844852702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "clamp", "timestamp": 1646844853706, "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-09T16:56:24.812Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 2022-03-09T16:56:24.812Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-09T16:56:34.199Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:57:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:57:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:57:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:57:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:57:24.664Z||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-09T16:57:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:57:25.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:57:25.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:57:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json", "status": "NOTIFIED" } 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844864662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "NOTIFIED" } 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844872728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646844875789, "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-09T16:57:25.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T16:57:34.197Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:58:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:58:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:58:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:58:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:58:24.664Z||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-09T16:58:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:58:34.199Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:58:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:59:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:59:24.665Z||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-09T16:59:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T16:59:34.196Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:59:34.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:00:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:00:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:00:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:00:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:00:24.665Z||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-09T17:00:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:00:34.203Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:00:34.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:01:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:01:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:01:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:01:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:01:24.664Z||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-09T17:01:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:01:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:01:34.202Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:02:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:02:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:02:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:02:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:02:24.664Z||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-09T17:02:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:02:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:02:34.200Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:03:24.664Z||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-09T17:03:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:24.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:24.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845371317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845368399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845366869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845367521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "ves-openapi-manager", "timestamp": 1646845366436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845365974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845382496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845382488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845382526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845382641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845383492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "cds", "timestamp": 1646845383647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-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-09T17:03:24.873Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2 2022-03-09T17:03:24.873Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:24.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845383828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "policy-id", "timestamp": 1646845384494, "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-09T17:03:24.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2 2022-03-09T17:03:24.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845385154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845385386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845386415, "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-09T17:03:24.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2 2022-03-09T17:03:24.891Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845386786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845387417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "clamp", "timestamp": 1646845387789, "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-09T17:03:24.898Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2 2022-03-09T17:03:24.898Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:24.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845388797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "aai-ml", "timestamp": 1646845389802, "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-09T17:03:24.908Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f7a145c4-77be-4801-904e-56538f361cd2 2022-03-09T17:03:24.908Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:24.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845394166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:03:24.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:03:24.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845402056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:24.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:03:25.284Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:25.285Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T17:03:25.285Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7a145c4-77be-4801-904e-56538f361cd2","serviceName":"vFW 2022-03-09 17-01-02","serviceVersion":"1.0","serviceUUID":"0a26a231-fa71-428c-99f2-a4e7a53ff6a1","serviceDescription":"catalog service description","serviceInvariantUUID":"e658cb20-cf80-475e-8eaa-53420a0f02e6","resources":[{"resourceInstanceName":"vFW ae7db60a-2256 0","resourceName":"vFW ae7db60a-2256","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"151eb836-a877-45ab-bf52-0daf5abb86d1","resourceInvariantUUID":"787e1922-ee44-4360-8f67-d99fc7285f9d","resourceCustomizationUUID":"90bc7a4e-a99f-4c8a-a57b-ed6419a37155","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml","artifactChecksum":"MTlhNjE0Yjc5NzAzNTU5YWEyZTBmNTdhMWEzODhjMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e0912b4-f467-42d5-8e11-c2d5d236dd54","artifactVersion":"1"},{"artifactName":"vfwae7db60a22560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json","artifactChecksum":"MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4202117c-bb10-47b0-9924-a9f4de8e8687","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e21fb26-6e66-4e66-b249-7dc77c78df20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml","artifactChecksum":"YWVlMjkxMTdlNWFkZmM0ODA3ZGVlNzEyM2IxYTc4YWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67f4d95b-1337-4800-957f-0a2a441ba85a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e62e3676-6f2c-438f-a6c8-b89738c279ac","artifactVersion":"2","generatedFromUUID":"7e21fb26-6e66-4e66-b249-7dc77c78df20"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309170102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml","artifactChecksum":"Y2RkMjk3ZWZlYzAxMjQwZjZlYzAxZWIzZTI0NWMxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"102a835c-34c4-4f45-b1c3-766ad28f4650","artifactVersion":"1"},{"artifactName":"service-Vfw20220309170102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar","artifactChecksum":"YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6657597e-e8c2-4638-ab04-71130632f856","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:03:25.287Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:25.288Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:25.290Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:25.290Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:25.390Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:25.391Z||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-09T17:03:25.391Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:25.400Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:25.400Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:26.291Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:26.291Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:26.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:26.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOTIFIED" } 2022-03-09T17:03:26.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:26.394Z||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-09T17:03:26.394Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:26.402Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:26.403Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:03:27.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:27.294Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:27.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:27.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:03:27.396Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:27.396Z||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-09T17:03:27.396Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:27.405Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:27.405Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:28.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:28.297Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:28.298Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:28.299Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:28.399Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:28.399Z||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-09T17:03:28.399Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:28.408Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:28.409Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:29.299Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:29.300Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:29.301Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:29.301Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:03:29.401Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:29.402Z||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-09T17:03:29.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:29.546Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:29.546Z||pool-41-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:30.302Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:30.302Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:30.304Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:30.304Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:03:30.404Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:30.404Z||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-09T17:03:30.405Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:30.413Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:30.413Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:31.305Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:03:31.305Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:31.307Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:31.307Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:03:31.407Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:31.408Z||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-09T17:03:31.408Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:31.418Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:31.418Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:32.308Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "serviceName": "vFW 2022-03-09 17-01-02", "serviceVersion": "1.0", "serviceUUID": "0a26a231-fa71-428c-99f2-a4e7a53ff6a1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e658cb20-cf80-475e-8eaa-53420a0f02e6", "resources": [ { "resourceInstanceName": "vFW ae7db60a-2256 0", "resourceCustomizationUUID": "90bc7a4e-a99f-4c8a-a57b-ed6419a37155", "resourceName": "vFW ae7db60a-2256", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "151eb836-a877-45ab-bf52-0daf5abb86d1", "resourceInvariantUUID": "787e1922-ee44-4360-8f67-d99fc7285f9d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwae7db60a22560_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "artifactChecksum": "MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4202117c-bb10-47b0-9924-a9f4de8e8687", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7e21fb26-6e66-4e66-b249-7dc77c78df20", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e62e3676-6f2c-438f-a6c8-b89738c279ac", "generatedFromUUID": "7e21fb26-6e66-4e66-b249-7dc77c78df20" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e62e3676-6f2c-438f-a6c8-b89738c279ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309170102-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "artifactChecksum": "YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6657597e-e8c2-4638-ab04-71130632f856" } ], "workloadContext": "Production" } 2022-03-09T17:03:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:03:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 ASDC 2022-03-09T17:03:32.309Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f7a145c4-77be-4801-904e-56538f361cd2 ServiceName:vFW 2022-03-09 17-01-02 ServiceVersion:1.0 ServiceUUID:0a26a231-fa71-428c-99f2-a4e7a53ff6a1 ServiceInvariantUUID:e658cb20-cf80-475e-8eaa-53420a0f02e6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309170102-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar ArtifactUUID:6657597e-e8c2-4638-ab04-71130632f856 ArtifactChecksum:YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ae7db60a-2256 0 ResourceCustomizationUUID:90bc7a4e-a99f-4c8a-a57b-ed6419a37155 ResourceInvariantUUID:787e1922-ee44-4360-8f67-d99fc7285f9d ResourceName:vFW ae7db60a-2256 ResourceType:VF ResourceUUID:151eb836-a877-45ab-bf52-0daf5abb86d1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwae7db60a22560_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json ArtifactUUID:4202117c-bb10-47b0-9924-a9f4de8e8687 ArtifactChecksum:MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ= 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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml ArtifactUUID:7e21fb26-6e66-4e66-b249-7dc77c78df20 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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env ArtifactUUID:e62e3676-6f2c-438f-a6c8-b89738c279ac 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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env ArtifactUUID:e62e3676-6f2c-438f-a6c8-b89738c279ac ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:03:32.309Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 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-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6657597e-e8c2-4638-ab04-71130632f856 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T17:03:32.329Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:32.639Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 6657597e-e8c2-4638-ab04-71130632f856 99001 2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar ASDC sendASDCNotification 2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:03:32.645Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:32.646Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:32.647Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845412644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:32.747Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:32.747Z||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-09T17:03:32.747Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:32.756Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:32.756Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:33.647Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:03:33.648Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-09T17:03:33.648Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6657597e-e8c2-4638-ab04-71130632f856, URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar to file: /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309170102-csar.csar 2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:33.799Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14407966052341877193/Definitions/service-Vfw20220309170102-template.yml 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 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-09T17:03:35.217Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:03:35.217Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae7db60a-2256 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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90921f6c-a275-490c-9e50-30dfde2ca5a6 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b61ffd2-7c06-489d-a367-3f7181e91114 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 17-01-02 Description:catalog service description Model UUID:0a26a231-fa71-428c-99f2-a4e7a53ff6a1 Model Version:NULL Model InvariantUuid:e658cb20-cf80-475e-8eaa-53420a0f02e6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ae7db60a-2256 Model UUID:43418cdf-4646-4f81-b71b-fd1ffaacf8cc Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:787e1922-ee44-4360-8f67-d99fc7285f9d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:90bc7a4e-a99f-4c8a-a57b-ed6419a37155 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7ce0073c-0e17-43dd-aaff-49900c6a78b8 ModelName:VfwAe7db60a2256..base_vfw..module-0 ModelUuid:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:90921f6c-a275-490c-9e50-30dfde2ca5a6 ModelInvariantUuid:49d6fbef-4b74-474b-ada0-41e4c855001f ModelName:vFW ae7db60a-2256-nodes.vfwCvfc ModelUuid:600fa34e-166d-4966-be1d-78e020884092 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e9961d71-fdff-4158-930e-eb5c002f9729 ModelInvariantUuid:53f5ac1f-8eab-4d17-9fbf-9cd911f7d5a0 ModelName:VfwAe7db60a2256.compute.nodes.heat.vfw ModelUuid:45e7ec9a-8b05-4cd1-95bc-d5bf849b8009 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0b61ffd2-7c06-489d-a367-3f7181e91114 ModelInvariantUuid:3dcab659-d281-491b-861b-b7c72275b5de ModelName:vFW ae7db60a-2256-nodes.vsnCvfc ModelUuid:a0b5baef-2f44-4a3e-a3af-22b9ac0133cc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6cb5fc48-f4e7-496a-b9fe-2db21fe91db5 ModelInvariantUuid:9855e941-1955-4cbc-b13e-7824cf555573 ModelName:VfwAe7db60a2256.compute.nodes.heat.vsn ModelUuid:1ddd05f7-906c-4c4a-89bc-814311db494a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52 ModelInvariantUuid:7fa6d477-13b8-44bc-9f3b-07c5a75c8ad6 ModelName:vFW ae7db60a-2256-nodes.vpgCvfc ModelUuid:1499a698-1996-4241-b41b-466e5efd0e7d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7af618db-035f-4c46-b376-6762470a1f7a ModelInvariantUuid:901a7bbf-ccf6-455f-ad20-b7dfba4249fa ModelName:VfwAe7db60a2256.compute.nodes.heat.vpg ModelUuid:a3f3ba00-cb16-4b7b-83a3-70c1b68ef506 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-09T17:03:35.236Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 151eb836-a877-45ab-bf52-0daf5abb86d1 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-09T17:03:35.246Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||vFW ae7db60a-2256 0 2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 151eb836-a877-45ab-bf52-0daf5abb86d1 2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4202117c-bb10-47b0-9924-a9f4de8e8687 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 4202117c-bb10-47b0-9924-a9f4de8e8687 785 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json ASDC sendASDCNotification 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:35.494Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:35.494Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845415492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:35.594Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:35.594Z||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-09T17:03:35.595Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:35.866Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:35.867Z||pool-45-thread-1|||||INFO|500||cambria reply ok (273 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:36.495Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAe7db60a2256..base_vfw..module-0", "vfModuleModelInvariantUUID": "7ce0073c-0e17-43dd-aaff-49900c6a78b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d", "vfModuleModelCustomizationUUID": "ab84c850-63d5-41c2-9e25-45a39196ba3c", "isBase": true, "artifacts": [ "7e21fb26-6e66-4e66-b249-7dc77c78df20", "e62e3676-6f2c-438f-a6c8-b89738c279ac" ], "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-09T17:03:36.508Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAe7db60a2256..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d VfModuleModelInvariantUUID:7ce0073c-0e17-43dd-aaff-49900c6a78b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e21fb26-6e66-4e66-b249-7dc77c78df20 , e62e3676-6f2c-438f-a6c8-b89738c279ac } 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-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAe7db60a2256..base_vfw..module-0", "vfModuleModelInvariantUUID": "7ce0073c-0e17-43dd-aaff-49900c6a78b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d", "vfModuleModelCustomizationUUID": "ab84c850-63d5-41c2-9e25-45a39196ba3c", "isBase": true, "artifacts": [ "7e21fb26-6e66-4e66-b249-7dc77c78df20", "e62e3676-6f2c-438f-a6c8-b89738c279ac" ], "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-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAe7db60a2256..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d VfModuleModelInvariantUUID:7ce0073c-0e17-43dd-aaff-49900c6a78b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e21fb26-6e66-4e66-b249-7dc77c78df20 , e62e3676-6f2c-438f-a6c8-b89738c279ac } 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-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e21fb26-6e66-4e66-b249-7dc77c78df20 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 2022-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 7e21fb26-6e66-4e66-b249-7dc77c78df20 20368 2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:36.612Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:36.612Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845416610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:36.712Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:36.713Z||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-09T17:03:36.713Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:36.721Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:36.721Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e62e3676-6f2c-438f-a6c8-b89738c279ac from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env 2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env 2022-03-09T17:03:37.669Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env e62e3676-6f2c-438f-a6c8-b89738c279ac 2098 2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env 2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:37.672Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:37.672Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845417670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:03:37.772Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:37.773Z||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-09T17:03:37.773Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:37.781Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:37.781Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:38.673Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 2022-03-09T17:03:38.673Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae7db60a-2256 0 151eb836-a877-45ab-bf52-0daf5abb86d1 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-09T17:03:38.697Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d6e6234, org.onap.sdc.toscaparser.api.parameters.Input@7008d114, org.onap.sdc.toscaparser.api.parameters.Input@7a9cfd6, org.onap.sdc.toscaparser.api.parameters.Input@5573cfc8, org.onap.sdc.toscaparser.api.parameters.Input@1b426890] 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 matches Tosca VF Customization UUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 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-09T17:03:38.705Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.705Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 90bc7a4e-a99f-4c8a-a57b-ed6419a37155: {\"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-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32252a2c 2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab84c850-63d5-41c2-9e25-45a39196ba3c 2022-03-09T17:03:38.707Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab84c850-63d5-41c2-9e25-45a39196ba3c 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-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90921f6c-a275-490c-9e50-30dfde2ca5a6 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-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b61ffd2-7c06-489d-a367-3f7181e91114 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-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52 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-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria 2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=90bc7a4e-a99f-4c8a-a57b-ed6419a37155 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-09T17:03:38.727Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0a26a231-fa71-428c-99f2-a4e7a53ff6a1: vFW ae7db60a-2256 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:03:38.729Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-09 17-01-02 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-09T17:03:38.911Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ae7db60a-2256 151eb836-a877-45ab-bf52-0daf5abb86d1 1 ASDC deployResourceStructure 2022-03-09T17:03:38.911Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json ASDC sendASDCNotification 2022-03-09T17:03:38.911Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 2022-03-09T17:03:38.911Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:03:38.911Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:38.912Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:38.912Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845418911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:03:39.013Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:39.013Z||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-09T17:03:39.013Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:39.023Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:39.023Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:39.913Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:03:39.914Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 2022-03-09T17:03:39.914Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:03:39.914Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:39.916Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:39.916Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845419913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:03:40.016Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:40.017Z||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-09T17:03:40.017Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:40.026Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:40.026Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:40.917Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:03:40.917Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env 2022-03-09T17:03:40.918Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:03:40.918Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:40.920Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:40.920Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845420917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:03:41.020Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:41.020Z||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-09T17:03:41.020Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:41.029Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:41.030Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:03:41.921Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar ASDC sendASDCNotification 2022-03-09T17:03:41.921Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 2022-03-09T17:03:41.921Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:03:41.921Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:03:41.923Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:03:41.923Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845421920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:03:42.023Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:03:42.023Z||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-09T17:03:42.024Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:03:42.033Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:42.033Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:03:42.924Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:03:42.935Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:03:42.937Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:03:42.937Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:03:42.937Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:03:42.937Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:04:12.938Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:04:12.945Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:04:12.948Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:04:12.948Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:04:12.948Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:04:12.948Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:04:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:04:24.665Z||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-09T17:04:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:04:24.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:04:24.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:04:24.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845404730, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:04:24.687Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:04:42.948Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:04:42.957Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:04:42.959Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:04:42.959Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:04:42.959Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:04:42.960Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:05:12.960Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:05:12.967Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:05:12.969Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:05:12.969Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:05:12.970Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:05:12.970Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:05:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:05:24.665Z||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-09T17:05:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:05:25.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:05:25.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:05:25.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "NOTIFIED" } 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:05:25.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845404662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:05:25.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845412644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845415492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845416610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:05:25.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845417670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845418911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845419913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845420917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:05:25.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:25.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:05:25.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845421920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:05:25.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:05:42.970Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:05:42.977Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:05:42.979Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:05:42.979Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:05:42.980Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:05:42.980Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:06:12.980Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:06:12.988Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:06:12.990Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:06:12.990Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:06:12.990Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:06:12.990Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:06:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:06:24.665Z||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-09T17:06:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:06:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:06:42.991Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:06:42.997Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:06:42.999Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:06:42.999Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:06:42.999Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:06:42.999Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:07:12.999Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:07:13.008Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:07:13.011Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:07:13.011Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:07:13.011Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:07:13.011Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:07:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:07:24.665Z||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-09T17:07:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:07:34.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:07:43.011Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:07:43.018Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:07:43.020Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:07:43.020Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:07:43.020Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:07:43.020Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:08:13.020Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:08:13.026Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:08:13.028Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:08:13.028Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:08:13.028Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:08:13.028Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:08:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:08:24.665Z||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-09T17:08:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:08:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:08:43.029Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:08:43.029Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7a145c4-77be-4801-904e-56538f361cd2 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-09T17:08:43.033Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7a145c4-77be-4801-904e-56538f361cd2 and serviceModelVersionId: 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 2022-03-09T17:08:43.033Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e658cb20-cf80-475e-8eaa-53420a0f02e6 2022-03-09T17:08:43.034Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0 2022-03-09T17:08:43.038Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:08:43.072Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0|INFO|500||Invoke 2022-03-09T17:08:43.073Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7a145c4-77be-4801-904e-56538f361cd2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4347038-d4d4-451a-b9e6-c57439669c55], X-ECOMP-RequestID=[f7a145c4-77be-4801-904e-56538f361cd2], X-TransactionId=[], X-ONAP-RequestID=[f7a145c4-77be-4801-904e-56538f361cd2], Content-Type=[application/merge-patch+json]} 2022-03-09T17:08:43.115Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:08:43.166Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?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/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-17:08:43:124-80089], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:08:43 GMT], Content-Type=[application/json]} 2022-03-09T17:08:43.166Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?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/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1","ERR.5.4.6114"]}}} 2022-03-09T17:08:43.167Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:08:43.170Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (ec=ERR.5.4.6114) 2022-03-09T17:08:43.171Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (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-09T17:08:43.171Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (ec=ERR.5.4.6114) 2022-03-09T17:08:43.171Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (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-09T17:08:43.174Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-09T17:08:43.175Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7a145c4-77be-4801-904e-56538f361cd2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (ec=ERR.5.4.6114) 2022-03-09T17:08:43.175Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:08:43.175Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:08:43.177Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:08:43.177Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845723175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:08:43.277Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:08:43.278Z||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-09T17:08:43.278Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:08:43.286Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:08:43.286Z||pool-52-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-09T17:08:44.186Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:08:44.186Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:08:44.186Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:08:54.960Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:08:54.960Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:08:54.961Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:08:54.961Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:04.490Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:04.491Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:04.491Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:09:04.491Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:14.018Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:14.018Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:14.019Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:09:14.019Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:23.547Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:23.548Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:23.548Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:09:23.548Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:24.665Z||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-09T17:09:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:25.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:25.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:09:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7a145c4-77be-4801-904e-56538f361cd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845723175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df7a145c4-77be-4801-904e-56538f361cd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e658cb20-cf80-475e-8eaa-53420a0f02e6/model-vers/model-ver/0a26a231-fa71-428c-99f2-a4e7a53ff6a1) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:09:25.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:09:33.076Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:33.077Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:33.077Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T17:09:33.077Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:09:42.605Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:10:24.663Z||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-09T17:10:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:10:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:10:24.664Z||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-09T17:10:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:10:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:11:24.663Z||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-09T17:11:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:11:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:11:24.664Z||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-09T17:11:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:11:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:24.662Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:12:24.663Z||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-09T17:12:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:12:24.664Z||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-09T17:12:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:25.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:25.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f53b49eb-f117-4428-9187-767e5e7301d2","serviceName":"vFW 2022-03-09 17-10-20","serviceVersion":"1.0","serviceUUID":"bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a","serviceDescription":"catalog service description","serviceInvariantUUID":"ed1517d7-37d2-4f93-a5e0-214a66bcb2cd","resources":[{"resourceInstanceName":"vFW 90bc5cf4-4172 0","resourceName":"vFW 90bc5cf4-4172","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1633d93b-98b7-4400-a39b-eca3b32b0de8","resourceInvariantUUID":"8769792d-c492-4f27-8873-e06e373905ef","resourceCustomizationUUID":"1c3240ac-c1eb-4934-be9b-97f3a9ae3522","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml","artifactChecksum":"Mjc4YTE3NTMxODVhOWJkZWZmYzdjOTdlZTUxN2Y5YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4059dc2c-a821-447f-8814-86f513b1dc2e","artifactVersion":"1"},{"artifactName":"vfw90bc5cf441720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json","artifactChecksum":"OTk1NjUzMGI3YzNkNGQ0OTAxZmVkZWZkNWU0Mjg2MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b6766f4-2ab4-4ced-b8a1-a383a372f79e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml","artifactChecksum":"OGRhNDQ1NDVlMTEwOTZjZTI4MzA1YzRjY2Q3ZjQwMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12560828-860b-4bb8-9c5c-59a9525325fa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fa56f38-d340-4dbe-ae01-94aba989f64e","artifactVersion":"2","generatedFromUUID":"d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309171020-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml","artifactChecksum":"ZWRhMGFmYjY1ZWNiYjUwNmQwNzFmYmIyOWQ4Y2U1N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6024e7e8-743b-4dbc-94ef-4a4c7dcb32be","artifactVersion":"1"},{"artifactName":"service-Vfw20220309171020-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar","artifactChecksum":"ZjgxMzFkZGI4ODUyYjVjNzNkODFmMmY5YTc3ZDRhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36fccfe7-745c-4d00-9b81-ca6d85866bda","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:12:25.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:25.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:25.286Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:25.286Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:25.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOTIFIED" } 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOTIFIED" } 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845908399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845906869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845907521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845911317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845923998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845924031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845924095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "cds", "timestamp": 1646845925038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-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-09T17:12:25.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f53b49eb-f117-4428-9187-767e5e7301d2 2022-03-09T17:12:25.311Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:25.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845925485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845926693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845927713, "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-09T17:12:25.321Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53b49eb-f117-4428-9187-767e5e7301d2 2022-03-09T17:12:25.321Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "multicloud-k8s-id", "timestamp": 1646845928716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845930598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "aai-ml", "timestamp": 1646845931603, "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-09T17:12:25.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f53b49eb-f117-4428-9187-767e5e7301d2 2022-03-09T17:12:25.331Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845925974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.336Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845932866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "ves-openapi-manager", "timestamp": 1646845926436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845933870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845934873, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845935868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:12:25.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "policy-id", "timestamp": 1646845935875, "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-09T17:12:25.341Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53b49eb-f117-4428-9187-767e5e7301d2 2022-03-09T17:12:25.342Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:25.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "clamp", "timestamp": 1646845936870, "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-09T17:12:25.350Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f53b49eb-f117-4428-9187-767e5e7301d2 2022-03-09T17:12:25.350Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845934166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845941972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:25.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:12:25.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845944554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:12:25.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:25.386Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:25.386Z||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-09T17:12:25.387Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:25.395Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:25.396Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:26.286Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:26.287Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:26.288Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:26.288Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOTIFIED" } 2022-03-09T17:12:26.388Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:12:26.389Z||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-09T17:12:26.389Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:26.399Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:26.399Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:27.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:27.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:27.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:27.291Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:12:27.391Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:27.392Z||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-09T17:12:27.392Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:27.401Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:27.402Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:28.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:28.292Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:28.294Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:28.294Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:28.394Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:28.394Z||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-09T17:12:28.395Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:28.403Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:28.403Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:29.294Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:29.295Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:29.296Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:29.296Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:12:29.396Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:29.397Z||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-09T17:12:29.397Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:29.406Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:29.407Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:30.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:30.297Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:30.298Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:30.298Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:30.399Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:30.399Z||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-09T17:12:30.399Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:30.409Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:30.410Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:31.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:12:31.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:31.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:31.301Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:31.401Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:31.402Z||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-09T17:12:31.402Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:31.458Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:31.459Z||pool-59-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:32.302Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "serviceName": "vFW 2022-03-09 17-10-20", "serviceVersion": "1.0", "serviceUUID": "bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ed1517d7-37d2-4f93-a5e0-214a66bcb2cd", "resources": [ { "resourceInstanceName": "vFW 90bc5cf4-4172 0", "resourceCustomizationUUID": "1c3240ac-c1eb-4934-be9b-97f3a9ae3522", "resourceName": "vFW 90bc5cf4-4172", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1633d93b-98b7-4400-a39b-eca3b32b0de8", "resourceInvariantUUID": "8769792d-c492-4f27-8873-e06e373905ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw90bc5cf441720_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "artifactChecksum": "OTk1NjUzMGI3YzNkNGQ0OTAxZmVkZWZkNWU0Mjg2MzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4b6766f4-2ab4-4ced-b8a1-a383a372f79e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9fa56f38-d340-4dbe-ae01-94aba989f64e", "generatedFromUUID": "d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9fa56f38-d340-4dbe-ae01-94aba989f64e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309171020-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "artifactChecksum": "ZjgxMzFkZGI4ODUyYjVjNzNkODFmMmY5YTc3ZDRhMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36fccfe7-745c-4d00-9b81-ca6d85866bda" } ], "workloadContext": "Production" } 2022-03-09T17:12:32.302Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:12:32.302Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a ASDC 2022-03-09T17:12:32.302Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f53b49eb-f117-4428-9187-767e5e7301d2 ServiceName:vFW 2022-03-09 17-10-20 ServiceVersion:1.0 ServiceUUID:bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a ServiceInvariantUUID:ed1517d7-37d2-4f93-a5e0-214a66bcb2cd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309171020-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar ArtifactUUID:36fccfe7-745c-4d00-9b81-ca6d85866bda ArtifactChecksum:ZjgxMzFkZGI4ODUyYjVjNzNkODFmMmY5YTc3ZDRhMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 90bc5cf4-4172 0 ResourceCustomizationUUID:1c3240ac-c1eb-4934-be9b-97f3a9ae3522 ResourceInvariantUUID:8769792d-c492-4f27-8873-e06e373905ef ResourceName:vFW 90bc5cf4-4172 ResourceType:VF ResourceUUID:1633d93b-98b7-4400-a39b-eca3b32b0de8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw90bc5cf441720_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json ArtifactUUID:4b6766f4-2ab4-4ced-b8a1-a383a372f79e ArtifactChecksum:OTk1NjUzMGI3YzNkNGQ0OTAxZmVkZWZkNWU0Mjg2MzA= 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/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml ArtifactUUID:d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8 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/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env ArtifactUUID:9fa56f38-d340-4dbe-ae01-94aba989f64e 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/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env ArtifactUUID:9fa56f38-d340-4dbe-ae01-94aba989f64e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:12:32.302Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a 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-09T17:12:32.322Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:12:32.322Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:12:32.322Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:12:32.322Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 36fccfe7-745c-4d00-9b81-ca6d85866bda from URL: /sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:32.323Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:12:32.323Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:32.636Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:12:32.640Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar 36fccfe7-745c-4d00-9b81-ca6d85866bda 98938 2022-03-09T17:12:32.640Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar ASDC sendASDCNotification 2022-03-09T17:12:32.640Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:32.640Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:12:32.640Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:32.641Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:32.641Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845952640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:32.742Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:12:32.742Z||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-09T17:12:32.742Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:32.751Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:32.751Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:33.642Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:12:33.643Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:12:33.643Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 36fccfe7-745c-4d00-9b81-ca6d85866bda, URL: /sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar to file: /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:33.643Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309171020-csar.csar 2022-03-09T17:12:33.643Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:33.643Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:34.054Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3340670803190016060/Definitions/service-Vfw20220309171020-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-09T17:12:35.563Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90bc5cf4-4172 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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.564Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-Vfw20220309171020-csar.csar 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.565Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:35.566Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:35.567Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:35.568Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.569Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:12:35.570Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.570Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:12:35.570Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.570Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:35.570Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:35.571Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.572Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d630e9d-72d3-44d1-b0bc-4c451098e4af 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.573Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.574Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.575Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5964cd06-9d9b-4fae-9ea0-777e651f3f71 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.576Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:12:35.577Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a7b24291-39c3-48e5-b3f2-6d511be6081f 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.578Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:35.579Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:35.579Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 17-10-20 Description:catalog service description Model UUID:bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a Model Version:NULL Model InvariantUuid:ed1517d7-37d2-4f93-a5e0-214a66bcb2cd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 90bc5cf4-4172 Model UUID:199dc9da-551e-44ee-9d3f-e7e12238ed1b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8769792d-c492-4f27-8873-e06e373905ef Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c3240ac-c1eb-4934-be9b-97f3a9ae3522 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e315eafc-efb6-4cba-8ba5-a470107053eb ModelName:Vfw90bc5cf44172..base_vfw..module-0 ModelUuid:f69f0dfb-220e-4c91-8aa7-a9020ae69e67 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0d630e9d-72d3-44d1-b0bc-4c451098e4af ModelInvariantUuid:7b8c8d03-0cf7-461c-ae96-53ebc870ec1d ModelName:vFW 90bc5cf4-4172-nodes.vfwCvfc ModelUuid:c5ae6311-b97f-49f8-b7ec-3636e4c4dab4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4d3dff09-f93d-4ae8-9f6d-ed28d8121f30 ModelInvariantUuid:77eafdbc-bd08-4306-9a35-f6c66570608b ModelName:Vfw90bc5cf44172.compute.nodes.heat.vfw ModelUuid:624949ac-7aee-42a5-804d-0e75da76b973 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5964cd06-9d9b-4fae-9ea0-777e651f3f71 ModelInvariantUuid:fbba5019-3599-449e-9067-f6617f56b7d5 ModelName:vFW 90bc5cf4-4172-nodes.vsnCvfc ModelUuid:7a9b6227-ff3c-4553-b4d5-f08b42b13290 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3324be35-7ae8-4269-82c6-0128b9d8823d ModelInvariantUuid:8bb7d2c4-5ab9-4c0c-8cf7-53a7695404b3 ModelName:Vfw90bc5cf44172.compute.nodes.heat.vsn ModelUuid:c66138f9-c801-48a3-990c-1fe388000731 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a7b24291-39c3-48e5-b3f2-6d511be6081f ModelInvariantUuid:f109960e-2ed2-436d-83b6-2f4e89d6b53c ModelName:vFW 90bc5cf4-4172-nodes.vpgCvfc ModelUuid:d0c0b5fc-4f8f-4d0c-bf28-2e51a6897829 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b2e7bd28-4739-4ecf-a544-38eda6e8f0c5 ModelInvariantUuid:05183baa-70db-431a-89f0-5f73f09ac5ef ModelName:Vfw90bc5cf44172.compute.nodes.heat.vpg ModelUuid:19608cb9-89b4-4fb3-865f-3269d21fa6e0 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-09T17:12:35.583Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1633d93b-98b7-4400-a39b-eca3b32b0de8 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-09T17:12:35.585Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||vFW 90bc5cf4-4172 0 2022-03-09T17:12:35.585Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1633d93b-98b7-4400-a39b-eca3b32b0de8 2022-03-09T17:12:35.585Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6766f4-2ab4-4ced-b8a1-a383a372f79e from URL: /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json 2022-03-09T17:12:35.585Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:12:35.585Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json 2022-03-09T17:12:35.893Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:12:35.893Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json 4b6766f4-2ab4-4ced-b8a1-a383a372f79e 785 2022-03-09T17:12:35.893Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json ASDC sendASDCNotification 2022-03-09T17:12:35.893Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json 2022-03-09T17:12:35.894Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:12:35.894Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:35.895Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:35.895Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845955893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:35.996Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:35.996Z||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-09T17:12:35.996Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:36.006Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:36.006Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:36.896Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw90bc5cf44172..base_vfw..module-0", "vfModuleModelInvariantUUID": "e315eafc-efb6-4cba-8ba5-a470107053eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f69f0dfb-220e-4c91-8aa7-a9020ae69e67", "vfModuleModelCustomizationUUID": "da5d86b3-cd45-416e-9bab-37186360cf46", "isBase": true, "artifacts": [ "d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8", "9fa56f38-d340-4dbe-ae01-94aba989f64e" ], "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-09T17:12:36.899Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw90bc5cf44172..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f69f0dfb-220e-4c91-8aa7-a9020ae69e67 VfModuleModelInvariantUUID:e315eafc-efb6-4cba-8ba5-a470107053eb VfModuleModelDescription:NULL Artifacts UUID List:{ d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8 , 9fa56f38-d340-4dbe-ae01-94aba989f64e } 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-09T17:12:36.900Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw90bc5cf44172..base_vfw..module-0", "vfModuleModelInvariantUUID": "e315eafc-efb6-4cba-8ba5-a470107053eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f69f0dfb-220e-4c91-8aa7-a9020ae69e67", "vfModuleModelCustomizationUUID": "da5d86b3-cd45-416e-9bab-37186360cf46", "isBase": true, "artifacts": [ "d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8", "9fa56f38-d340-4dbe-ae01-94aba989f64e" ], "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-09T17:12:36.900Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw90bc5cf44172..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f69f0dfb-220e-4c91-8aa7-a9020ae69e67 VfModuleModelInvariantUUID:e315eafc-efb6-4cba-8ba5-a470107053eb VfModuleModelDescription:NULL Artifacts UUID List:{ d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8 , 9fa56f38-d340-4dbe-ae01-94aba989f64e } 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-09T17:12:36.901Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8 from URL: /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml 2022-03-09T17:12:36.901Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:12:36.901Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml 2022-03-09T17:12:36.956Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:12:36.957Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml d596fe1d-8e06-42b6-ae2a-42f6e79f2cb8 20368 2022-03-09T17:12:36.957Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:12:36.957Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml 2022-03-09T17:12:36.957Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:12:36.957Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:36.958Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:36.958Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845956957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:37.058Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:37.059Z||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-09T17:12:37.059Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:37.066Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:37.067Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:37.959Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9fa56f38-d340-4dbe-ae01-94aba989f64e from URL: /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env 2022-03-09T17:12:37.959Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:12:37.959Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env 2022-03-09T17:12:38.012Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:12:38.013Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env 9fa56f38-d340-4dbe-ae01-94aba989f64e 2098 2022-03-09T17:12:38.013Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:12:38.013Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env 2022-03-09T17:12:38.013Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:12:38.013Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:38.014Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:38.015Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845958013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:38.115Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:38.116Z||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-09T17:12:38.116Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:38.126Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:38.126Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:39.015Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a 2022-03-09T17:12:39.016Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90bc5cf4-4172 0 1633d93b-98b7-4400-a39b-eca3b32b0de8 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-09T17:12:39.030Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c9dcb51, org.onap.sdc.toscaparser.api.parameters.Input@6366fe38, org.onap.sdc.toscaparser.api.parameters.Input@8fa28d7, org.onap.sdc.toscaparser.api.parameters.Input@6c06030d, org.onap.sdc.toscaparser.api.parameters.Input@7ed39a9f] 2022-03-09T17:12:39.031Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.031Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.032Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:12:39.032Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c3240ac-c1eb-4934-be9b-97f3a9ae3522 2022-03-09T17:12:39.032Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c3240ac-c1eb-4934-be9b-97f3a9ae3522 matches Tosca VF Customization UUID: 1c3240ac-c1eb-4934-be9b-97f3a9ae3522 2022-03-09T17:12:39.032Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c3240ac-c1eb-4934-be9b-97f3a9ae3522 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-09T17:12:39.034Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.034Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.034Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c3240ac-c1eb-4934-be9b-97f3a9ae3522: {\"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-09T17:12:39.035Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f376e4e 2022-03-09T17:12:39.035Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.035Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:12:39.035Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da5d86b3-cd45-416e-9bab-37186360cf46 2022-03-09T17:12:39.035Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da5d86b3-cd45-416e-9bab-37186360cf46 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-09T17:12:39.037Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.037Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.037Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:39.038Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:12:39.039Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.040Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d630e9d-72d3-44d1-b0bc-4c451098e4af 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-09T17:12:39.041Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.041Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.042Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.043Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5964cd06-9d9b-4fae-9ea0-777e651f3f71 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-09T17:12:39.045Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.045Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.045Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:39.045Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.045Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:12:39.046Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:12:39.047Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:12:39.047Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:12:39.047Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a7b24291-39c3-48e5-b3f2-6d511be6081f 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-09T17:12:39.048Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.048Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.048Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:12:39.049Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.049Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Node template vFW 90bc5cf4-4172 0 is matching search criteria 2022-03-09T17:12:39.049Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 90bc5cf4-4172 0] matching following query criteria: sdcType=VF, customizationUUID=1c3240ac-c1eb-4934-be9b-97f3a9ae3522 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-09T17:12:39.050Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.050Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.050Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a: vFW 90bc5cf4-4172 2022-03-09T17:12:39.050Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.050Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-10-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:12:39.051Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-09 17-10-20 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:12:39.156Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90bc5cf4-4172 1633d93b-98b7-4400-a39b-eca3b32b0de8 1 ASDC deployResourceStructure 2022-03-09T17:12:39.156Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json ASDC sendASDCNotification 2022-03-09T17:12:39.156Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json 2022-03-09T17:12:39.157Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:12:39.157Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:39.159Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:39.159Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845959156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:12:39.259Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:39.260Z||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-09T17:12:39.260Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:39.269Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:39.269Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:40.160Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:12:40.160Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml 2022-03-09T17:12:40.160Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:12:40.161Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:40.162Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:40.163Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845960159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:12:40.263Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:40.263Z||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-09T17:12:40.263Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:40.273Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:40.273Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:41.164Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:12:41.164Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env 2022-03-09T17:12:41.164Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:12:41.164Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:41.166Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:41.166Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845961163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:12:41.266Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:41.267Z||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-09T17:12:41.267Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:41.276Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:41.276Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:42.167Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar ASDC sendASDCNotification 2022-03-09T17:12:42.167Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar 2022-03-09T17:12:42.167Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:12:42.167Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:42.169Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:42.169Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845962166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:12:42.269Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:42.270Z||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-09T17:12:42.270Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:12:42.278Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:42.278Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:12:43.170Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:12:43.177Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:12:43.182Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:12:43.182Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:12:43.182Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:12:43.182Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:13:13.182Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:13:13.189Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:13:13.190Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:13:13.190Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:13:13.190Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:13:13.190Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:13:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:13:24.665Z||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-09T17:13:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:13:24.786Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:13:24.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:13:24.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:13:24.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:43.190Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:13:43.198Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:13:43.200Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:13:43.200Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:13:43.200Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:13:43.200Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:14:13.200Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:14:13.207Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:14:13.209Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:14:13.209Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:14:13.209Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:14:13.209Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:14:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:14:24.665Z||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-09T17:14:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:14:24.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:14:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845944662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:14:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845952640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845955893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845956957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845958013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845959156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/vfw90bc5cf441720_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845960159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845961163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/resourceInstances/vfw90bc5cf441720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:14:24.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:14:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845962166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309171020/1.0/artifacts/service-Vfw20220309171020-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:14:24.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:14:43.209Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:14:43.217Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:14:43.219Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:14:43.219Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:14:43.219Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:14:43.219Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:15:13.219Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:15:13.226Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:15:13.227Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:15:13.228Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:15:13.228Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:15:13.228Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:15:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:15:24.664Z||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-09T17:15:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:15:25.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "clamp", "timestamp": 1646846001317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "ves-openapi-manager", "timestamp": 1646846006436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "aai-ml", "timestamp": 1646845997521, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "policy-id", "timestamp": 1646846005974, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "clamp", "timestamp": 1646846001317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "ves-openapi-manager", "timestamp": 1646846006436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "aai-ml", "timestamp": 1646845997521, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "policy-id", "timestamp": 1646846005974, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "multicloud-k8s-id", "timestamp": 1646846008399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "multicloud-k8s-id", "timestamp": 1646846008399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "policy-id", "timestamp": 1646846010290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "aai-ml", "timestamp": 1646846010392, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "policy-id", "timestamp": 1646846011294, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "policy-id", "timestamp": 1646846012296, "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-09T17:15:25.193Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87226a61-efb3-4cd0-952e-3fe3665b39a5 2022-03-09T17:15:25.193Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "cds", "timestamp": 1646846011869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "aai-ml", "timestamp": 1646846013293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "cds", "timestamp": 1646846011869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "aai-ml", "timestamp": 1646846014295, "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-09T17:15:25.201Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 87226a61-efb3-4cd0-952e-3fe3665b39a5 2022-03-09T17:15:25.201Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:15:25.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "cds", "timestamp": 1646846014825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:15:25.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "cds", "timestamp": 1646846015830, "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=? 2022-03-09T17:15:25.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87226a61-efb3-4cd0-952e-3fe3665b39a5 2022-03-09T17:15:25.209Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:15:25.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "clamp", "timestamp": 1646846016881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:15:25.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "clamp", "timestamp": 1646846018887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:15:25.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "clamp", "timestamp": 1646846019890, "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-09T17:15:25.216Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87226a61-efb3-4cd0-952e-3fe3665b39a5 2022-03-09T17:15:25.216Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846024166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846024166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846026968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846028453, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:15:25.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:15:43.228Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:15:43.234Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:15:43.236Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:15:43.236Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:15:43.236Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:15:43.236Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:16:13.236Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:16:13.243Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:16:13.245Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:16:13.245Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:16:13.245Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:16:13.245Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:16:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:16:24.665Z||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-09T17:16:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:16:34.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:16:43.245Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:16:43.252Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:16:43.256Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:16:43.256Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:16:43.256Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:16:43.256Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:17:13.256Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:17:13.263Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:17:13.264Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:17:13.265Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:17:13.265Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:17:13.265Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:17:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:17:24.665Z||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-09T17:17:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:25.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:17:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846221869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846231841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846225974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "cds", "timestamp": 1646846232846, "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-09T17:17:25.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4774c4c9-bc6b-415c-8d16-8d0b876a436c 2022-03-09T17:17:25.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:17:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:17:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "ves-openapi-manager", "timestamp": 1646846226436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846233856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846234862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846228399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "policy-id", "timestamp": 1646846235865, "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-09T17:17:25.087Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4774c4c9-bc6b-415c-8d16-8d0b876a436c 2022-03-09T17:17:25.087Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:17:25.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846236269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846237561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846238765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846239788, "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-09T17:17:25.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4774c4c9-bc6b-415c-8d16-8d0b876a436c 2022-03-09T17:17:25.097Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:17:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846240791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846234166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846241970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846244018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846237521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:17:43.265Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:17:43.265Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f53b49eb-f117-4428-9187-767e5e7301d2 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-09T17:17:43.268Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f53b49eb-f117-4428-9187-767e5e7301d2 and serviceModelVersionId: bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a 2022-03-09T17:17:43.268Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed1517d7-37d2-4f93-a5e0-214a66bcb2cd 2022-03-09T17:17:43.269Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0 2022-03-09T17:17:43.272Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:17:43.304Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0|INFO|500||Invoke 2022-03-09T17:17:43.304Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f53b49eb-f117-4428-9187-767e5e7301d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ffab93a4-fac3-4e12-921f-a8446e2de2e4], X-ECOMP-RequestID=[f53b49eb-f117-4428-9187-767e5e7301d2], X-TransactionId=[], X-ONAP-RequestID=[f53b49eb-f117-4428-9187-767e5e7301d2], Content-Type=[application/merge-patch+json]} 2022-03-09T17:17:43.323Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:17:43.348Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?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/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:17:43:331-23171], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:17:43 GMT], Content-Type=[application/json]} 2022-03-09T17:17:43.349Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?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/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a","ERR.5.4.6114"]}}} 2022-03-09T17:17:43.349Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:17:43.352Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (ec=ERR.5.4.6114) 2022-03-09T17:17:43.352Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (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-09T17:17:43.352Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (ec=ERR.5.4.6114) 2022-03-09T17:17:43.352Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (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-09T17:17:43.355Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||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-09T17:17:43.355Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f53b49eb-f117-4428-9187-767e5e7301d2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (ec=ERR.5.4.6114) 2022-03-09T17:17:43.355Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:17:43.355Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:17:43.356Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:17:43.356Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846263355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:17:43.456Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:17:43.457Z||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-09T17:17:43.457Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:43.465Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:43.465Z||pool-68-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-09T17:17:44.364Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:17:44.364Z|f53b49eb-f117-4428-9187-767e5e7301d2|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-09T17:17:44.364Z|f53b49eb-f117-4428-9187-767e5e7301d2|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:49.292Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:49.292Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:17:49.292Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"87226a61-efb3-4cd0-952e-3fe3665b39a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4","serviceDescription":"service","serviceInvariantUUID":"dd60ac07-8035-404b-ab3a-5cafdd25a466","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ff9e57c8-20e7-4a3d-8a2f-c0215a619a0c","resourceInvariantUUID":"0806e199-692c-49f8-bf52-c64df97fbaa2","resourceCustomizationUUID":"db1868ba-4577-40c3-9d47-6fc4361c7c78","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":"M2I4ZjJiNWJmMTg3NTMzZDdkNDM2YjdmMDg1NzgzZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1ea9a14-bafc-4a94-a21b-f4b505d515b9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzM1MDVkMDI3ZTgwYmMwMDUyOGRiMzBiYmUzNzJiZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f277331-6c3f-47c5-b04a-0dd3102308aa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:17:49.294Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:17:49.294Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:17:49.295Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:17:49.295Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:17:49.395Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:17:49.396Z||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-09T17:17:49.396Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:49.404Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:49.405Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:17:50.296Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:17:50.296Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:17:50.298Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:17:50.298Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:17:50.398Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:17:50.399Z||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-09T17:17:50.399Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:50.407Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:50.407Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:17:51.299Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4", "serviceDescription": "service", "serviceInvariantUUID": "dd60ac07-8035-404b-ab3a-5cafdd25a466", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "db1868ba-4577-40c3-9d47-6fc4361c7c78", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ff9e57c8-20e7-4a3d-8a2f-c0215a619a0c", "resourceInvariantUUID": "0806e199-692c-49f8-bf52-c64df97fbaa2", "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": "NzM1MDVkMDI3ZTgwYmMwMDUyOGRiMzBiYmUzNzJiZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f277331-6c3f-47c5-b04a-0dd3102308aa" } ], "workloadContext": "Production" } 2022-03-09T17:17:51.299Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:17:51.299Z|f53b49eb-f117-4428-9187-767e5e7301d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 ASDC 2022-03-09T17:17:51.299Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:87226a61-efb3-4cd0-952e-3fe3665b39a5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 ServiceInvariantUUID:dd60ac07-8035-404b-ab3a-5cafdd25a466 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:9f277331-6c3f-47c5-b04a-0dd3102308aa ArtifactChecksum:NzM1MDVkMDI3ZTgwYmMwMDUyOGRiMzBiYmUzNzJiZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:db1868ba-4577-40c3-9d47-6fc4361c7c78 ResourceInvariantUUID:0806e199-692c-49f8-bf52-c64df97fbaa2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ff9e57c8-20e7-4a3d-8a2f-c0215a619a0c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-09T17:17:51.299Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 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-09T17:17:51.313Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:17:51.314Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:17:51.314Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:17:51.314Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9f277331-6c3f-47c5-b04a-0dd3102308aa from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:17:51.314Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:17:51.314Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:17:51.957Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:17:51.959Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9f277331-6c3f-47c5-b04a-0dd3102308aa 52510 2022-03-09T17:17:51.959Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:51.959Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:51.960Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:17:51.960Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:17:51.961Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:17:51.962Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846271959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:17:52.062Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:17:52.062Z||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-09T17:17:52.063Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:52.071Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:52.071Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:17:52.962Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:17:52.963Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:17:52.963Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9f277331-6c3f-47c5-b04a-0dd3102308aa, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:17:52.963Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-09T17:17:52.964Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:17:52.964Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:17:53.030Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8446119635064545072/Definitions/service-BasicNetwork-template.yml 2022-03-09T17:17:53.335Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:17:53.336Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.337Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.338Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 Model Version:NULL Model InvariantUuid:dd60ac07-8035-404b-ab3a-5cafdd25a466 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0806e199-692c-49f8-bf52-c64df97fbaa2 Model UUID:e003d879-cec1-448f-9469-b52af32122ba Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:db1868ba-4577-40c3-9d47-6fc4361c7c78 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-09T17:17:53.343Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: ff9e57c8-20e7-4a3d-8a2f-c0215a619a0c 2022-03-09T17:17:53.343Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||No resources found for Service: b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 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-09T17:17:53.345Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500|| 2022-03-09T17:17:53.345Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-09T17:17:53.346Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 2022-03-09T17:17:53.346Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 2022-03-09T17:17:53.346Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-09T17:17:53.346Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.348Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@326510c, org.onap.sdc.toscaparser.api.parameters.Input@f74fb6a, org.onap.sdc.toscaparser.api.parameters.Input@a25e163, org.onap.sdc.toscaparser.api.parameters.Input@5f26969b, org.onap.sdc.toscaparser.api.parameters.Input@6e391242] 2022-03-09T17:17:53.349Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.349Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.349Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.350Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.350Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4: Generic NeutronNet 2022-03-09T17:17:53.350Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.350Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.351Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.351Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:17:53.369Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.400Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-09T17:17:53.400Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.400Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:17:53.401Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:17:53.401Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:17:53.402Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:17:53.402Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846273400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:17:53.502Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:17:53.502Z||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-09T17:17:53.503Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:17:53.512Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:53.512Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:17:54.402Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:17:54.411Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:17:54.412Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:17:54.412Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:17:54.413Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:17:54.413Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:18:24.413Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:18:24.420Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:18:24.421Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:18:24.421Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:18:24.421Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:18:24.421Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:18:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:18:24.664Z||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-09T17:18:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:18:24.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:18:24.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:18:24.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:18:24.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:18:54.422Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:18:54.428Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:18:54.430Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:18:54.430Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:18:54.430Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:18:54.430Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:19:24.430Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:19:24.437Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:19:24.439Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:19:24.439Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:19:24.439Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:19:24.439Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:19:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:19:24.665Z||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-09T17:19:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:19:24.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:19:24.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:19:24.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846245267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:19:24.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:19:54.440Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:19:54.446Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:19:54.448Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:19:54.448Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:19:54.448Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:19:54.448Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:20:24.448Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:20:24.455Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:20:24.457Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:20:24.457Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:20:24.457Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:20:24.457Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:20:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:20:24.664Z||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-09T17:20:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:20:24.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:20:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846241318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846250249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "aai-ml", "timestamp": 1646846251254, "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-09T17:20:24.691Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4774c4c9-bc6b-415c-8d16-8d0b876a436c 2022-03-09T17:20:24.691Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:20:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846254919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846256928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "clamp", "timestamp": 1646846257930, "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-09T17:20:24.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4774c4c9-bc6b-415c-8d16-8d0b876a436c 2022-03-09T17:20:24.700Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:20:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f53b49eb-f117-4428-9187-767e5e7301d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846263355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df53b49eb-f117-4428-9187-767e5e7301d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed1517d7-37d2-4f93-a5e0-214a66bcb2cd/model-vers/model-ver/bbdfb543-8ddf-4aa3-8a26-5c4c7dbdf33a) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846271959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846273400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:20:24.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:20:54.457Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:20:54.465Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:20:54.467Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:20:54.467Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:20:54.467Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:20:54.467Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:21:24.467Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:21:24.475Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:21:24.476Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:21:24.476Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:21:24.476Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:21:24.476Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:21:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:21:24.665Z||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-09T17:21:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:21:24.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846341869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846350601, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "cds", "timestamp": 1646846351606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-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-09T17:21:24.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:21:24.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f 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-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846345974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:21:24.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846346436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846354859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846355384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846355862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846348399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846356572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "policy-id", "timestamp": 1646846356865, "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-09T17:21:24.715Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:21:24.715Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f 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-09T17:21:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "ves-openapi-manager", "timestamp": 1646846357575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:21:24.722Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:21:24.722Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f and ComponentName 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-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846354166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846362895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:21:24.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:21:24.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:21:24.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846364559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:21:24.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:21:54.476Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:21:54.486Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:21:54.489Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:21:54.489Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:21:54.489Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:21:54.489Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:22:24.490Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:22:24.497Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:22:24.498Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:22:24.498Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:22:24.498Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:22:24.498Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:22:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:22:24.665Z||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-09T17:22:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:25.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846357521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846365563, "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-09T17:22:25.191Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:22:25.191Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f 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-09T17:22:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:25.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846366344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846361317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846370036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:22:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "aai-ml", "timestamp": 1646846371040, "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-09T17:22:25.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:22:25.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f 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-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846377938, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846379945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:25.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "clamp", "timestamp": 1646846380947, "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-09T17:22:25.217Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8291481-5951-4638-9bc8-983a5153679f 2022-03-09T17:22:25.217Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8291481-5951-4638-9bc8-983a5153679f 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-09T17:22:54.499Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:22:54.499Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 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-09T17:22:54.503Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87226a61-efb3-4cd0-952e-3fe3665b39a5 and serviceModelVersionId: b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 2022-03-09T17:22:54.503Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd60ac07-8035-404b-ab3a-5cafdd25a466 2022-03-09T17:22:54.504Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0 2022-03-09T17:22:54.509Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:22:54.556Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0|INFO|500||Invoke 2022-03-09T17:22:54.557Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87226a61-efb3-4cd0-952e-3fe3665b39a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25afdc17-94ff-4a22-9c90-24b7035921ef], X-ECOMP-RequestID=[87226a61-efb3-4cd0-952e-3fe3665b39a5], X-TransactionId=[], X-ONAP-RequestID=[87226a61-efb3-4cd0-952e-3fe3665b39a5], Content-Type=[application/merge-patch+json]} 2022-03-09T17:22:54.574Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:22:54.596Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?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/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:22:54:583-14633], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:22:54 GMT], Content-Type=[application/json]} 2022-03-09T17:22:54.596Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?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/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4","ERR.5.4.6114"]}}} 2022-03-09T17:22:54.597Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:22:54.601Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (ec=ERR.5.4.6114) 2022-03-09T17:22:54.601Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (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-09T17:22:54.601Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (ec=ERR.5.4.6114) 2022-03-09T17:22:54.601Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (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-09T17:22:54.604Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||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-09T17:22:54.605Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87226a61-efb3-4cd0-952e-3fe3665b39a5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (ec=ERR.5.4.6114) 2022-03-09T17:22:54.605Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:22:54.605Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:54.606Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:54.606Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846574605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:22:54.707Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:54.707Z||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-09T17:22:54.707Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:54.719Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:54.720Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 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-09T17:22:55.616Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:22:55.617Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4774c4c9-bc6b-415c-8d16-8d0b876a436c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ea030e76-b823-43ff-8680-ccb5196e073d","serviceDescription":"service","serviceInvariantUUID":"0d22f4ca-4e1b-4f12-b315-52a74e1a458d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"016c6a44-5635-47a3-b49f-b3ec2f91924c","resourceInvariantUUID":"eab83f9f-ff8e-481f-9de8-3e7ee14c46c8","resourceCustomizationUUID":"805d7d34-4b60-4c28-bbab-ca150a5feef2","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":"MGZhYmI0NTBmMzE5NGRkYjA4ZmFhMzI4NTU4ZWUwMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ced50f97-3920-4b8b-915f-63c1a85103df","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":"YTVhNDE4ZjU0Yjc1MGZjYjEwNGZhOWVjNjYxMGVjMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee5a08f3-33e5-4969-a058-08b4e2af20e2","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":"bf0fdb0f-f4c0-4805-800a-a835dc504414","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":"94919f74-5efc-44f8-b524-abed9e79119e","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":"6eda23b8-71db-4a7c-a35a-581148b4c80e","artifactVersion":"2","generatedFromUUID":"bf0fdb0f-f4c0-4805-800a-a835dc504414"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDVjOTFjNmI2Y2ViNWIyYjA2ZmQxYmZlZDAxYjRmODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"675d34b3-1e68-458e-b8f1-f7331cf1939f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTQ0YjhkMTNlZTI2ZDhhODIzYjBmN2Q1MGUyMGE3ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c26ee993-e9b3-480c-88f4-e5fcdbd87fd7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:22:55.617Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:55.617Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:55.618Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:55.618Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:55.719Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:55.719Z||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-09T17:22:55.719Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:55.731Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:55.731Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:22:56.619Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:56.619Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:56.621Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:56.621Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:22:56.721Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:56.721Z||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-09T17:22:56.722Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:56.729Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:56.730Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:57.621Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:57.622Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:57.623Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:57.624Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:22:57.724Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:57.724Z||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-09T17:22:57.724Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:57.735Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:57.735Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:22:58.624Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:58.625Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:58.626Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:58.626Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:58.726Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:58.727Z||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-09T17:22:58.727Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:58.736Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:58.736Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:59.627Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:59.627Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:59.629Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:59.629Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:22:59.729Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:59.730Z||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-09T17:22:59.730Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:22:59.738Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:59.739Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:23:00.629Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:23:00.630Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:00.631Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:00.631Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:00.732Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:23:00.732Z||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-09T17:23:00.732Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:00.742Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:00.742Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:01.632Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:23:01.632Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:01.634Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:01.634Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:01.734Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:01.734Z||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-09T17:23:01.734Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:01.743Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:01.743Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:02.635Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ea030e76-b823-43ff-8680-ccb5196e073d", "serviceDescription": "service", "serviceInvariantUUID": "0d22f4ca-4e1b-4f12-b315-52a74e1a458d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "805d7d34-4b60-4c28-bbab-ca150a5feef2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "016c6a44-5635-47a3-b49f-b3ec2f91924c", "resourceInvariantUUID": "eab83f9f-ff8e-481f-9de8-3e7ee14c46c8", "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": "YTVhNDE4ZjU0Yjc1MGZjYjEwNGZhOWVjNjYxMGVjMDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee5a08f3-33e5-4969-a058-08b4e2af20e2", "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": "bf0fdb0f-f4c0-4805-800a-a835dc504414", "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": "6eda23b8-71db-4a7c-a35a-581148b4c80e", "generatedFromUUID": "bf0fdb0f-f4c0-4805-800a-a835dc504414" }, "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": "6eda23b8-71db-4a7c-a35a-581148b4c80e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTQ0YjhkMTNlZTI2ZDhhODIzYjBmN2Q1MGUyMGE3ZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c26ee993-e9b3-480c-88f4-e5fcdbd87fd7" } ], "workloadContext": "Production" } 2022-03-09T17:23:02.635Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:23:02.635Z|87226a61-efb3-4cd0-952e-3fe3665b39a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea030e76-b823-43ff-8680-ccb5196e073d ASDC 2022-03-09T17:23:02.635Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4774c4c9-bc6b-415c-8d16-8d0b876a436c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ea030e76-b823-43ff-8680-ccb5196e073d ServiceInvariantUUID:0d22f4ca-4e1b-4f12-b315-52a74e1a458d 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:c26ee993-e9b3-480c-88f4-e5fcdbd87fd7 ArtifactChecksum:ZTQ0YjhkMTNlZTI2ZDhhODIzYjBmN2Q1MGUyMGE3ZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:805d7d34-4b60-4c28-bbab-ca150a5feef2 ResourceInvariantUUID:eab83f9f-ff8e-481f-9de8-3e7ee14c46c8 ResourceName:basic_vm ResourceType:VF ResourceUUID:016c6a44-5635-47a3-b49f-b3ec2f91924c 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:ee5a08f3-33e5-4969-a058-08b4e2af20e2 ArtifactChecksum:YTVhNDE4ZjU0Yjc1MGZjYjEwNGZhOWVjNjYxMGVjMDY= 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:bf0fdb0f-f4c0-4805-800a-a835dc504414 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:6eda23b8-71db-4a7c-a35a-581148b4c80e 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:6eda23b8-71db-4a7c-a35a-581148b4c80e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:23:02.635Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea030e76-b823-43ff-8680-ccb5196e073d 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-09T17:23:02.661Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:23:02.661Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:23:02.661Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:23:02.661Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c26ee993-e9b3-480c-88f4-e5fcdbd87fd7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T17:23:02.661Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:23:02.662Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T17:23:04.088Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:23:04.091Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c26ee993-e9b3-480c-88f4-e5fcdbd87fd7 71050 2022-03-09T17:23:04.091Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:04.091Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:04.091Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:23:04.092Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:04.093Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:04.093Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846584091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:04.193Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:04.194Z||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-09T17:23:04.194Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:04.203Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:04.203Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:05.094Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:23:05.095Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:23:05.095Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c26ee993-e9b3-480c-88f4-e5fcdbd87fd7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:23:05.095Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-09T17:23:05.096Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:23:05.096Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:23:05.517Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2071695198367602594/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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.330Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.331Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.332Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:06.333Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f5a02bb4-0471-4807-b846-c270d4144f28 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:06.334Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:06.335Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ea030e76-b823-43ff-8680-ccb5196e073d Model Version:NULL Model InvariantUuid:0d22f4ca-4e1b-4f12-b315-52a74e1a458d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e63355d6-dd0a-4c3c-b8be-ee4cc1326ee2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eab83f9f-ff8e-481f-9de8-3e7ee14c46c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:805d7d34-4b60-4c28-bbab-ca150a5feef2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:85d4f5f7-f185-489b-ab4a-58971a3d2a8d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ea605695-7a9e-42ef-be29-e127aec9bba5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f5a02bb4-0471-4807-b846-c270d4144f28 ModelInvariantUuid:4707ee38-6bd3-43ca-8324-4976ed3343e5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9f0e9e9c-cf7e-4e7a-ac7e-ce717cb01b4e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:910d02ec-330f-417a-83cc-dbba702b6219 ModelInvariantUuid:b5d16992-324f-4c0a-9402-e34c9681e4dd ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:940048db-338e-4c26-ad14-89b2e32eed06 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-09T17:23:06.338Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 016c6a44-5635-47a3-b49f-b3ec2f91924c 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-09T17:23:06.340Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-03-09T17:23:06.340Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 016c6a44-5635-47a3-b49f-b3ec2f91924c 2022-03-09T17:23:06.340Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee5a08f3-33e5-4969-a058-08b4e2af20e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-09T17:23:06.340Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:23:06.340Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.591Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:23:06.591Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ee5a08f3-33e5-4969-a058-08b4e2af20e2 787 2022-03-09T17:23:06.591Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.591Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:06.591Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:23:06.592Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:06.593Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:06.593Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846586591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:06.693Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:06.694Z||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-09T17:23:06.694Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:06.704Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:06.704Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:07.596Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "85d4f5f7-f185-489b-ab4a-58971a3d2a8d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea605695-7a9e-42ef-be29-e127aec9bba5", "vfModuleModelCustomizationUUID": "a70a115d-fefb-447f-a777-34b7bf01a7dc", "isBase": true, "artifacts": [ "bf0fdb0f-f4c0-4805-800a-a835dc504414", "6eda23b8-71db-4a7c-a35a-581148b4c80e" ], "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-09T17:23:07.599Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea605695-7a9e-42ef-be29-e127aec9bba5 VfModuleModelInvariantUUID:85d4f5f7-f185-489b-ab4a-58971a3d2a8d VfModuleModelDescription:NULL Artifacts UUID List:{ bf0fdb0f-f4c0-4805-800a-a835dc504414 , 6eda23b8-71db-4a7c-a35a-581148b4c80e } 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-09T17:23:07.601Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "85d4f5f7-f185-489b-ab4a-58971a3d2a8d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea605695-7a9e-42ef-be29-e127aec9bba5", "vfModuleModelCustomizationUUID": "a70a115d-fefb-447f-a777-34b7bf01a7dc", "isBase": true, "artifacts": [ "bf0fdb0f-f4c0-4805-800a-a835dc504414", "6eda23b8-71db-4a7c-a35a-581148b4c80e" ], "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-09T17:23:07.601Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea605695-7a9e-42ef-be29-e127aec9bba5 VfModuleModelInvariantUUID:85d4f5f7-f185-489b-ab4a-58971a3d2a8d VfModuleModelDescription:NULL Artifacts UUID List:{ bf0fdb0f-f4c0-4805-800a-a835dc504414 , 6eda23b8-71db-4a7c-a35a-581148b4c80e } 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-09T17:23:07.601Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf0fdb0f-f4c0-4805-800a-a835dc504414 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-09T17:23:07.601Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:23:07.601Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:07.649Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:23:07.650Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bf0fdb0f-f4c0-4805-800a-a835dc504414 5033 2022-03-09T17:23:07.650Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:07.650Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:07.650Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:23:07.650Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:07.652Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:07.652Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846587650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:07.752Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:07.752Z||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-09T17:23:07.752Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:07.760Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:07.761Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:08.653Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6eda23b8-71db-4a7c-a35a-581148b4c80e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-09T17:23:08.654Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:23:08.654Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:08.702Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:23:08.702Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6eda23b8-71db-4a7c-a35a-581148b4c80e 903 2022-03-09T17:23:08.703Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:08.703Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:08.703Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:23:08.703Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:08.705Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:08.705Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846588703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:08.805Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:08.806Z||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-09T17:23:08.806Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:08.813Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:08.814Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:23:09.706Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ea030e76-b823-43ff-8680-ccb5196e073d 2022-03-09T17:23:09.706Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 016c6a44-5635-47a3-b49f-b3ec2f91924c 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-09T17:23:09.716Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3840dd14, org.onap.sdc.toscaparser.api.parameters.Input@223e0a4, org.onap.sdc.toscaparser.api.parameters.Input@45f3542d, org.onap.sdc.toscaparser.api.parameters.Input@1b443aee, org.onap.sdc.toscaparser.api.parameters.Input@2552ecef] 2022-03-09T17:23:09.716Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.717Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.717Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:23:09.717Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 805d7d34-4b60-4c28-bbab-ca150a5feef2 2022-03-09T17:23:09.717Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 805d7d34-4b60-4c28-bbab-ca150a5feef2 matches Tosca VF Customization UUID: 805d7d34-4b60-4c28-bbab-ca150a5feef2 2022-03-09T17:23:09.717Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 805d7d34-4b60-4c28-bbab-ca150a5feef2 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-09T17:23:09.719Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.719Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.719Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 805d7d34-4b60-4c28-bbab-ca150a5feef2: {\"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-09T17:23:09.719Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dcda275 2022-03-09T17:23:09.720Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.720Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:23:09.720Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a70a115d-fefb-447f-a777-34b7bf01a7dc 2022-03-09T17:23:09.720Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a70a115d-fefb-447f-a777-34b7bf01a7dc 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-09T17:23:09.721Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.722Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:09.722Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:09.722Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.722Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:09.722Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:09.723Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.723Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:23:09.723Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:23:09.723Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:23:09.723Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f5a02bb4-0471-4807-b846-c270d4144f28 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-09T17:23:09.724Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.725Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:09.725Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:23:09.725Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.725Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:23:09.725Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=805d7d34-4b60-4c28-bbab-ca150a5feef2 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-09T17:23:09.726Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ea030e76-b823-43ff-8680-ccb5196e073d: basic_vm 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.727Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:23:09.728Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:23:09.729Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:09.775Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 016c6a44-5635-47a3-b49f-b3ec2f91924c 1 ASDC deployResourceStructure 2022-03-09T17:23:09.775Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:09.775Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:09.775Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:23:09.776Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:09.777Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:09.777Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846589775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:23:09.877Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:09.878Z||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-09T17:23:09.878Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:09.887Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:09.887Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:10.778Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:10.778Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:10.778Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:23:10.778Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:10.779Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:10.779Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846590777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:23:10.880Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:10.880Z||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-09T17:23:10.880Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:10.887Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:10.887Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:11.780Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:11.780Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:11.780Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:23:11.781Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:11.782Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:11.782Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846591780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:23:11.882Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:11.882Z||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-09T17:23:11.883Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:11.890Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:11.890Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:12.782Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:12.783Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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-09T17:23:12.783Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:23:12.783Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:23:12.785Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:23:12.785Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846592782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:23:12.885Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:23:12.885Z||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-09T17:23:12.886Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:12.894Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:12.894Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:23:13.785Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:23:13.793Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:23:13.795Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:23:13.795Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:23:13.795Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:23:13.795Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:23:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:23:24.665Z||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-09T17:23:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:23:25.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:25.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "87226a61-efb3-4cd0-952e-3fe3665b39a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846574605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d87226a61-efb3-4cd0-952e-3fe3665b39a5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dd60ac07-8035-404b-ab3a-5cafdd25a466/model-vers/model-ver/b3c94c54-3ca0-4d11-b9ea-e43ddac67bb4) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:23:25.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846264363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846584091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846586591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846587650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846588703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846589775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846590777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846591780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846581869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846592782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846594160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846585974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "ves-openapi-manager", "timestamp": 1646846586436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "cds", "timestamp": 1646846595163, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:23:25.084Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2add535-3725-4cc9-b8e3-92588c31f076 2022-03-09T17:23:25.084Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:23:25.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846595873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846596877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846588399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:25.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "policy-id", "timestamp": 1646846597880, "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-09T17:23:25.094Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2add535-3725-4cc9-b8e3-92588c31f076 2022-03-09T17:23:25.094Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:23:25.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846598264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846600755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846601867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846594169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:23:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846602912, "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-09T17:23:25.106Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2add535-3725-4cc9-b8e3-92588c31f076 2022-03-09T17:23:25.106Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:23:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846603894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "multicloud-k8s-id", "timestamp": 1646846603914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:23:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:23:43.795Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:23:43.802Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:23:43.803Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:23:43.803Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:23:43.803Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:23:43.803Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:24:13.803Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:24:13.812Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:24:13.813Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:24:13.813Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:24:13.813Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:24:13.813Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:24:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:24:24.664Z||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-09T17:24:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:24:24.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:24.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:24:24.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:24:24.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:24:43.813Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:24:43.819Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:24:43.821Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:24:43.821Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:24:43.821Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:24:43.821Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:25:13.821Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:25:13.828Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:25:13.830Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:25:13.830Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:25:13.830Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:25:13.830Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:25:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:25:24.665Z||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-09T17:25:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:25:24.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:25:24.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:25:24.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:24.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:43.830Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:25:43.837Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:25:43.838Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:25:43.838Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:25:43.838Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:25:43.838Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:26:13.838Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:26:13.844Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:26:13.846Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:26:13.846Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:26:13.846Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:26:13.846Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:26:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:26:24.665Z||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-09T17:26:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:26:24.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846605867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:26:24.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:26:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846597521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846607932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846601317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846612994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "aai-ml", "timestamp": 1646846613998, "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-09T17:26:24.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b2add535-3725-4cc9-b8e3-92588c31f076 2022-03-09T17:26:24.692Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846616975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846618982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:26:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "clamp", "timestamp": 1646846619985, "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-09T17:26:24.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2add535-3725-4cc9-b8e3-92588c31f076 2022-03-09T17:26:24.701Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:26:43.846Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:26:43.852Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:26:43.853Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:26:43.853Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:26:43.853Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:26:43.854Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:27:13.854Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:27:13.860Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:27:13.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:27:13.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:27:13.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:27:13.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:27:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:27:24.665Z||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-09T17:27:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:27:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846751317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846761869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846769596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "cds", "timestamp": 1646846770601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-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-09T17:27:24.698Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 594c2b26-c0fa-4c31-aba4-07e21ee7267d 2022-03-09T17:27:24.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:27:24.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846765974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "ves-openapi-manager", "timestamp": 1646846766436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846773883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846774887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:24.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846768399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "policy-id", "timestamp": 1646846775889, "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-09T17:27:24.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 594c2b26-c0fa-4c31-aba4-07e21ee7267d 2022-03-09T17:27:24.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:27:24.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846776254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846777000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846777554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846778854, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846779007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846779878, "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-09T17:27:24.718Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 594c2b26-c0fa-4c31-aba4-07e21ee7267d 2022-03-09T17:27:24.718Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:27:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "clamp", "timestamp": 1646846780010, "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-09T17:27:24.725Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 594c2b26-c0fa-4c31-aba4-07e21ee7267d 2022-03-09T17:27:24.725Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846774166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "multicloud-k8s-id", "timestamp": 1646846780882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846781971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846777521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:24.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:43.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:27:43.868Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:27:43.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:27:43.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:27:43.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:27:43.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:28:13.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:28:13.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c 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-09T17:28:13.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4774c4c9-bc6b-415c-8d16-8d0b876a436c and serviceModelVersionId: ea030e76-b823-43ff-8680-ccb5196e073d 2022-03-09T17:28:13.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d22f4ca-4e1b-4f12-b315-52a74e1a458d 2022-03-09T17:28:13.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?depth=0 2022-03-09T17:28:13.878Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:28:13.907Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?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-09T17:28:13.908Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?depth=0|INFO|500||Invoke 2022-03-09T17:28:13.925Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:28:13.952Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:28:13.953Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:28:13:934-51077], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:28:13 GMT], Content-Type=[application/json]} 2022-03-09T17:28:13.953Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d","ERR.5.4.6114"]}}} 2022-03-09T17:28:13.956Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (ec=ERR.5.4.6114) 2022-03-09T17:28:13.956Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (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-09T17:28:13.956Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (ec=ERR.5.4.6114) 2022-03-09T17:28:13.956Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (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-09T17:28:13.959Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@557c504 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=6191) 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 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$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) ... 59 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) ... 60 common frames omitted 2022-03-09T17:28:13.960Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-09T17:28:13.960Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||ERROR|500||(conn=6191) WSREP has not yet prepared node for application use 2022-03-09T17:28:13.963Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||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 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$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=6191) 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) ... 54 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) ... 59 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) ... 60 common frames omitted 2022-03-09T17:28:13.963Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4774c4c9-bc6b-415c-8d16-8d0b876a436c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (ec=ERR.5.4.6114) 2022-03-09T17:28:13.963Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:28:13.963Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:13.965Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:13.965Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846893963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:28:14.065Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:14.065Z||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-09T17:28:14.066Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:14.077Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:14.077Z||pool-89-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-09T17:28:14.972Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:28:14.972Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|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-09T17:28:14.972Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:19.862Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:19.863Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:28:19.863Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8291481-5951-4638-9bc8-983a5153679f","serviceName":"Demo_pNF_rBq0adyXWmo5R6ETSFLt","serviceVersion":"1.0","serviceUUID":"c302866a-072a-4d00-9634-2d2135754ef9","serviceDescription":"catalog service description","serviceInvariantUUID":"60e3dd79-464a-4dc8-a63d-7c05640eebc8","resources":[{"resourceInstanceName":"pNF df1732a4-05b1 0","resourceName":"pNF df1732a4-05b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eefe745e-2907-4b9b-b4da-3b82d6bd35d9","resourceInvariantUUID":"fbbc9828-91c4-48ce-8b61-37c37e10f869","resourceCustomizationUUID":"71a016aa-526e-414a-9b68-86a881220165","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml","artifactChecksum":"YmRlY2EzNTFhOTg4NjA3NGFhZTZlNTU1ZThhZjg1Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d2f618f-ef34-4c68-b1aa-a3efb39b6944","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"742a02a6-b516-42f4-8ea4-e76ce91e82e4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4b0ba1b-9eff-4f85-af0a-8b6831ee8adb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml","artifactChecksum":"NWY1ZWQ2Zjg4MDlhOWQ2NWFjOGQ0MTc2OThkYjIwNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"addf3496-bad7-4415-9260-24ad6215feb2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23de4f78-b89a-4f1c-b640-98e834ba4edb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ce1235e-10e4-4151-9e00-de353861adcc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml","artifactChecksum":"NjBhNjAzZDQxNTAxMWRmZjE5YmFiMzJmNDU3YzcyYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a9c5ba0-af2e-4ce7-9c93-53da3130c65d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar","artifactChecksum":"NmNjMWM2NjMyOWI1Y2UwM2NkYzQ3MTAxNGRlMTMzYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"537860f1-4d64-4e80-9d90-6f89621fc399","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:28:19.864Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:19.864Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:19.865Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:19.865Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:19.966Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:19.966Z||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-09T17:28:19.966Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:19.975Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:19.975Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:20.866Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:20.867Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:20.868Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:20.868Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:20.969Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:20.969Z||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-09T17:28:20.969Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:20.977Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:20.978Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:21.869Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:21.870Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:21.871Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:21.871Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:21.972Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:21.973Z||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-09T17:28:21.973Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:21.981Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:21.981Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:22.872Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:22.873Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:22.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:22.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:22.974Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:22.975Z||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-09T17:28:22.975Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:22.983Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:22.983Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:23.874Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:23.875Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:23.877Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:23.877Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:23.977Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:23.977Z||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-09T17:28:23.977Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:23.986Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:23.986Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:28:24.665Z||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-09T17:28:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:24.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:24.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:28:24.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846784831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:28:24.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:24.877Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:24.878Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:24.879Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:24.879Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:24.979Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:24.980Z||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-09T17:28:24.980Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:24.987Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:24.988Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:25.879Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:25.880Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:25.882Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:25.882Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:25.982Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:25.982Z||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-09T17:28:25.983Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:25.989Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:25.989Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:26.882Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:26.883Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:26.884Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:26.885Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:26.985Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:26.985Z||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-09T17:28:26.985Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:26.993Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:26.993Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:27.885Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "serviceName": "Demo_pNF_rBq0adyXWmo5R6ETSFLt", "serviceVersion": "1.0", "serviceUUID": "c302866a-072a-4d00-9634-2d2135754ef9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "60e3dd79-464a-4dc8-a63d-7c05640eebc8", "resources": [ { "resourceInstanceName": "pNF df1732a4-05b1 0", "resourceCustomizationUUID": "71a016aa-526e-414a-9b68-86a881220165", "resourceName": "pNF df1732a4-05b1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "eefe745e-2907-4b9b-b4da-3b82d6bd35d9", "resourceInvariantUUID": "fbbc9828-91c4-48ce-8b61-37c37e10f869", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "artifactChecksum": "NmNjMWM2NjMyOWI1Y2UwM2NkYzQ3MTAxNGRlMTMzYjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "537860f1-4d64-4e80-9d90-6f89621fc399" } ], "workloadContext": "Production" } 2022-03-09T17:28:27.886Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:28:27.886Z|4774c4c9-bc6b-415c-8d16-8d0b876a436c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c302866a-072a-4d00-9634-2d2135754ef9 ASDC 2022-03-09T17:28:27.886Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b8291481-5951-4638-9bc8-983a5153679f ServiceName:Demo_pNF_rBq0adyXWmo5R6ETSFLt ServiceVersion:1.0 ServiceUUID:c302866a-072a-4d00-9634-2d2135754ef9 ServiceInvariantUUID:60e3dd79-464a-4dc8-a63d-7c05640eebc8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar ArtifactUUID:537860f1-4d64-4e80-9d90-6f89621fc399 ArtifactChecksum:NmNjMWM2NjMyOWI1Y2UwM2NkYzQ3MTAxNGRlMTMzYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF df1732a4-05b1 0 ResourceCustomizationUUID:71a016aa-526e-414a-9b68-86a881220165 ResourceInvariantUUID:fbbc9828-91c4-48ce-8b61-37c37e10f869 ResourceName:pNF df1732a4-05b1 ResourceType:PNF ResourceUUID:eefe745e-2907-4b9b-b4da-3b82d6bd35d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:28:27.886Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c302866a-072a-4d00-9634-2d2135754ef9 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-09T17:28:27.902Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:27.902Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:27.902Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:27.903Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 537860f1-4d64-4e80-9d90-6f89621fc399 from URL: /sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:27.903Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:28:27.903Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:28.993Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:28.996Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 537860f1-4d64-4e80-9d90-6f89621fc399 82651 2022-03-09T17:28:28.996Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar ASDC sendASDCNotification 2022-03-09T17:28:28.996Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:28.997Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:28.997Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:28.998Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:28.998Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846908996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:29.098Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:29.099Z||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-09T17:28:29.099Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:29.107Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:29.107Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:29.999Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:29.999Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:30.000Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 537860f1-4d64-4e80-9d90-6f89621fc399, URL: /sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar to file: /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.000Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.000Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.000Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.091Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4959334232271598155/Definitions/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml 2022-03-09T17:28:30.585Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:28:30.585Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:28:30.585Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF df1732a4-05b1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.586Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Node template pNF df1732a4-05b1 0 is matching search criteria 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF df1732a4-05b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Node template pNF df1732a4-05b1 0 is matching search criteria 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF df1732a4-05b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.587Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.588Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_rBq0adyXWmo5R6ETSFLt Description:catalog service description Model UUID:c302866a-072a-4d00-9634-2d2135754ef9 Model Version:NULL Model InvariantUuid:60e3dd79-464a-4dc8-a63d-7c05640eebc8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T17:28:30.594Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: eefe745e-2907-4b9b-b4da-3b82d6bd35d9 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-09T17:28:30.596Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||pNF df1732a4-05b1 0 2022-03-09T17:28:30.597Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eefe745e-2907-4b9b-b4da-3b82d6bd35d9 2022-03-09T17:28:30.597Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c302866a-072a-4d00-9634-2d2135754ef9 2022-03-09T17:28:30.597Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c302866a-072a-4d00-9634-2d2135754ef9 2022-03-09T17:28:30.597Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF df1732a4-05b1 0 eefe745e-2907-4b9b-b4da-3b82d6bd35d9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54db05ec, org.onap.sdc.toscaparser.api.parameters.Input@71dcf27f, org.onap.sdc.toscaparser.api.parameters.Input@72f566c7, org.onap.sdc.toscaparser.api.parameters.Input@674b4090, org.onap.sdc.toscaparser.api.parameters.Input@6bb3cdf0] 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c302866a-072a-4d00-9634-2d2135754ef9: pNF df1732a4-05b1 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Processing PNF resource: eefe745e-2907-4b9b-b4da-3b82d6bd35d9 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_rBq0adyXWmo5R6ETSFLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:30.601Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||Resource customization UUID: 71a016aa-526e-414a-9b68-86a881220165 is the same as notified resource customizationUUID: 71a016aa-526e-414a-9b68-86a881220165 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T17:28:30.642Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF df1732a4-05b1 eefe745e-2907-4b9b-b4da-3b82d6bd35d9 0 ASDC deployResourceStructure 2022-03-09T17:28:30.642Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar ASDC sendASDCNotification 2022-03-09T17:28:30.642Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar 2022-03-09T17:28:30.643Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:28:30.643Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:30.644Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:30.644Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846910642, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:30.744Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:30.745Z||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-09T17:28:30.745Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:28:30.753Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:30.754Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:31.645Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8291481-5951-4638-9bc8-983a5153679f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:28:31.651Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8291481-5951-4638-9bc8-983a5153679f 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-09T17:28:31.652Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:28:31.652Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:28:31.652Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:28:31.653Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:28:31.653Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:31.653Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T17:28:31.653Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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-09T17:28:31.656Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:29:01.661Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8291481-5951-4638-9bc8-983a5153679f 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-09T17:29:01.664Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8291481-5951-4638-9bc8-983a5153679f and serviceModelVersionId: c302866a-072a-4d00-9634-2d2135754ef9 2022-03-09T17:29:01.664Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60e3dd79-464a-4dc8-a63d-7c05640eebc8 2022-03-09T17:29:01.665Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?depth=0 2022-03-09T17:29:01.668Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:29:01.694Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?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-09T17:29:01.694Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?depth=0|INFO|500||Invoke 2022-03-09T17:29:01.711Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:29:01.734Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:29:01.734Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:29:01:719-13142], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:29:01 GMT], Content-Type=[application/json]} 2022-03-09T17:29:01.735Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9","ERR.5.4.6114"]}}} 2022-03-09T17:29:01.737Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (ec=ERR.5.4.6114) 2022-03-09T17:29:01.737Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (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-09T17:29:01.738Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (ec=ERR.5.4.6114) 2022-03-09T17:29:01.738Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (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-09T17:29:01.742Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||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-09T17:29:01.742Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8291481-5951-4638-9bc8-983a5153679f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (ec=ERR.5.4.6114) 2022-03-09T17:29:01.742Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:29:01.742Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:01.743Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:01.743Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846941742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:29:01.843Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:01.844Z||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-09T17:29:01.844Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:01.856Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:01.857Z||pool-100-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-09T17:29:02.752Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:29:02.752Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2add535-3725-4cc9-b8e3-92588c31f076","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"acfdd578-5ba5-44fb-aac4-be5118b9ad65","serviceDescription":"service","serviceInvariantUUID":"b8b81c03-2e69-4b27-a139-d27e5bf17444","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78d6ae83-3adb-44ca-a6d1-f518aad499c3","resourceInvariantUUID":"4b489aa9-f5e8-42f4-8539-d20a38bd4ba5","resourceCustomizationUUID":"49cee858-bae0-4a72-bf51-c765236909fa","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":"ZGE5MGI5YzBkZmIzNTdmYTBlN2FjZDViNjg0YjFjZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd46dc7d-693a-4ac1-8c2b-3886ff700b69","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":"a6b5f0ae-5ed6-4220-af92-3d090c852304","artifactVersion":"2","generatedFromUUID":"d9d9efbb-7912-4432-b7bd-cd9257d4a198"},{"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":"d9d9efbb-7912-4432-b7bd-cd9257d4a198","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":"MDBmYjkxZDM3MGNkZWVlOGM3OTY1YzgyZGU0YTc5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ef2a0c1-3ecd-4916-92c5-cdaf418c2d2c","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":"efcc0a3b-ae7c-415d-b7d0-ca711d23d809","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":"c67d8c5a-71a8-45db-a66b-aeab0a4a5439","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":"13ea4c30-ef0a-4405-8774-fc7ea4aa633e","artifactVersion":"2","generatedFromUUID":"efcc0a3b-ae7c-415d-b7d0-ca711d23d809"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTFmYTNlYzM2OWVmZWI1NTIxZDVmOWUzM2M0ZGYxM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bd4764c-9997-4747-a781-5791f4d97c4d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGYxNDE0MmJmOGZkOGI5MjE5NjMyYjk4MGUzOTljYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71ec3c3e-45e5-4baf-ba8a-4b5fc6775934","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:29:02.752Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:02.753Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:02.754Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:02.754Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:02.854Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:02.855Z||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-09T17:29:02.855Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:02.864Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:02.864Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:03.755Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:03.755Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:03.757Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:03.757Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:29:03.857Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:03.858Z||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-09T17:29:03.858Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:03.867Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:03.867Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:04.757Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:04.758Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:04.760Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:04.760Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:29:04.860Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:04.861Z||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-09T17:29:04.861Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:04.869Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:04.869Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:05.761Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:05.761Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:05.763Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:05.763Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:29:05.863Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:05.864Z||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-09T17:29:05.864Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:05.873Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:05.873Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:06.764Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:06.764Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:06.765Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:06.766Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:29:06.866Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:06.866Z||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-09T17:29:06.866Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:06.875Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:06.876Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:07.766Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:07.767Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:07.768Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:07.768Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:07.868Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:07.869Z||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-09T17:29:07.869Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:07.878Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:07.878Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:08.768Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:08.769Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:08.771Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:08.771Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:29:08.871Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:08.871Z||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-09T17:29:08.871Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:08.879Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:08.880Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:09.771Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:09.772Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:09.773Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:09.773Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:09.873Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:09.874Z||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-09T17:29:09.874Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:09.883Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:09.884Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:10.774Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:10.774Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:10.776Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:10.776Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:29:10.876Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:10.876Z||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-09T17:29:10.876Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:10.886Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:10.886Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:11.777Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "acfdd578-5ba5-44fb-aac4-be5118b9ad65", "serviceDescription": "service", "serviceInvariantUUID": "b8b81c03-2e69-4b27-a139-d27e5bf17444", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "49cee858-bae0-4a72-bf51-c765236909fa", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "78d6ae83-3adb-44ca-a6d1-f518aad499c3", "resourceInvariantUUID": "4b489aa9-f5e8-42f4-8539-d20a38bd4ba5", "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": "a6b5f0ae-5ed6-4220-af92-3d090c852304", "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": "d9d9efbb-7912-4432-b7bd-cd9257d4a198", "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": "MDBmYjkxZDM3MGNkZWVlOGM3OTY1YzgyZGU0YTc5NGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ef2a0c1-3ecd-4916-92c5-cdaf418c2d2c", "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": "efcc0a3b-ae7c-415d-b7d0-ca711d23d809", "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": "13ea4c30-ef0a-4405-8774-fc7ea4aa633e", "generatedFromUUID": "efcc0a3b-ae7c-415d-b7d0-ca711d23d809" }, "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": "13ea4c30-ef0a-4405-8774-fc7ea4aa633e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGYxNDE0MmJmOGZkOGI5MjE5NjMyYjk4MGUzOTljYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71ec3c3e-45e5-4baf-ba8a-4b5fc6775934" } ], "workloadContext": "Production" } 2022-03-09T17:29:11.777Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:29:11.777Z|b8291481-5951-4638-9bc8-983a5153679f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 acfdd578-5ba5-44fb-aac4-be5118b9ad65 ASDC 2022-03-09T17:29:11.778Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b2add535-3725-4cc9-b8e3-92588c31f076 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:acfdd578-5ba5-44fb-aac4-be5118b9ad65 ServiceInvariantUUID:b8b81c03-2e69-4b27-a139-d27e5bf17444 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:71ec3c3e-45e5-4baf-ba8a-4b5fc6775934 ArtifactChecksum:OGYxNDE0MmJmOGZkOGI5MjE5NjMyYjk4MGUzOTljYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:49cee858-bae0-4a72-bf51-c765236909fa ResourceInvariantUUID:4b489aa9-f5e8-42f4-8539-d20a38bd4ba5 ResourceName:basic_cnf ResourceType:VF ResourceUUID:78d6ae83-3adb-44ca-a6d1-f518aad499c3 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:a6b5f0ae-5ed6-4220-af92-3d090c852304 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:d9d9efbb-7912-4432-b7bd-cd9257d4a198 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:6ef2a0c1-3ecd-4916-92c5-cdaf418c2d2c ArtifactChecksum:MDBmYjkxZDM3MGNkZWVlOGM3OTY1YzgyZGU0YTc5NGE= 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:efcc0a3b-ae7c-415d-b7d0-ca711d23d809 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:13ea4c30-ef0a-4405-8774-fc7ea4aa633e 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:13ea4c30-ef0a-4405-8774-fc7ea4aa633e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:29:11.778Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acfdd578-5ba5-44fb-aac4-be5118b9ad65 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-09T17:29:11.801Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:29:11.802Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:11.802Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:11.803Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 71ec3c3e-45e5-4baf-ba8a-4b5fc6775934 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T17:29:11.803Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:11.803Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T17:29:11.934Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:11.937Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 71ec3c3e-45e5-4baf-ba8a-4b5fc6775934 68959 2022-03-09T17:29:11.938Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:11.938Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:11.938Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:11.938Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:11.940Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:11.940Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846951938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:12.040Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:12.041Z||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-09T17:29:12.041Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:12.050Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:12.050Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:12.941Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:29:12.941Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:12.941Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 71ec3c3e-45e5-4baf-ba8a-4b5fc6775934, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:29:12.942Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-09T17:29:12.942Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:29:12.942Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:29:13.016Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6297683851334210823/Definitions/service-BasicCnf-template.yml 2022-03-09T17:29:13.783Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:29:13.783Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:13.784Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.785Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:13.786Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49161981-53af-4dd2-9658-3a110384e4fd 2022-03-09T17:29:13.787Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:13.788Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:acfdd578-5ba5-44fb-aac4-be5118b9ad65 Model Version:NULL Model InvariantUuid:b8b81c03-2e69-4b27-a139-d27e5bf17444 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f5b1ed7e-64e7-4f30-84ec-d4176b79460a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4b489aa9-f5e8-42f4-8539-d20a38bd4ba5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:49cee858-bae0-4a72-bf51-c765236909fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8424985e-5c62-4c75-9286-43f51c08783d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:eeb9863b-0143-4fde-b558-9d2b41d3c6b1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49161981-53af-4dd2-9658-3a110384e4fd ModelInvariantUuid:6566a236-8219-479c-bc18-fee0f3cf80d5 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:21fc78f4-2a95-4e48-b0bc-26b6b80b524f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8eb9b06a-e9a1-410a-8369-281213748127 ModelInvariantUuid:fbeb3fd2-c853-41fa-ab2d-b92d3cc251e6 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a3be05d0-414b-49fd-85e3-0ed86984efc1 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-09T17:29:13.794Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 78d6ae83-3adb-44ca-a6d1-f518aad499c3 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-09T17:29:13.796Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-03-09T17:29:13.796Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78d6ae83-3adb-44ca-a6d1-f518aad499c3 2022-03-09T17:29:13.796Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a6b5f0ae-5ed6-4220-af92-3d090c852304 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-09T17:29:13.796Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:13.796Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:14.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:14.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a6b5f0ae-5ed6-4220-af92-3d090c852304 12 2022-03-09T17:29:14.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:14.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:14.058Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:14.058Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:14.059Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:14.059Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846954057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:14.160Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:14.160Z||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-09T17:29:14.160Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:14.169Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:14.169Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:15.060Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d9d9efbb-7912-4432-b7bd-cd9257d4a198 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-09T17:29:15.060Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:15.061Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:15.267Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:15.267Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d9d9efbb-7912-4432-b7bd-cd9257d4a198 2688 2022-03-09T17:29:15.268Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:15.268Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:15.268Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:15.268Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:15.270Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:15.270Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846955267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:15.369Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:15.370Z||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-09T17:29:15.370Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:15.378Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:15.379Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:16.271Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6ef2a0c1-3ecd-4916-92c5-cdaf418c2d2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-09T17:29:16.271Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:16.271Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:16.562Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:16.563Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6ef2a0c1-3ecd-4916-92c5-cdaf418c2d2c 828 2022-03-09T17:29:16.563Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:16.563Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:16.563Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:16.563Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:16.565Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:16.565Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846956563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:16.665Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:16.666Z||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-09T17:29:16.666Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:16.676Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:16.676Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:17.565Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8424985e-5c62-4c75-9286-43f51c08783d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eeb9863b-0143-4fde-b558-9d2b41d3c6b1", "vfModuleModelCustomizationUUID": "6d452ed7-8cdb-4e50-b3bf-f32a5987b587", "isBase": true, "artifacts": [ "d9d9efbb-7912-4432-b7bd-cd9257d4a198", "efcc0a3b-ae7c-415d-b7d0-ca711d23d809", "13ea4c30-ef0a-4405-8774-fc7ea4aa633e" ], "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-09T17:29:17.568Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eeb9863b-0143-4fde-b558-9d2b41d3c6b1 VfModuleModelInvariantUUID:8424985e-5c62-4c75-9286-43f51c08783d VfModuleModelDescription:NULL Artifacts UUID List:{ d9d9efbb-7912-4432-b7bd-cd9257d4a198 , efcc0a3b-ae7c-415d-b7d0-ca711d23d809 , 13ea4c30-ef0a-4405-8774-fc7ea4aa633e } 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-09T17:29:17.569Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8424985e-5c62-4c75-9286-43f51c08783d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eeb9863b-0143-4fde-b558-9d2b41d3c6b1", "vfModuleModelCustomizationUUID": "6d452ed7-8cdb-4e50-b3bf-f32a5987b587", "isBase": true, "artifacts": [ "d9d9efbb-7912-4432-b7bd-cd9257d4a198", "efcc0a3b-ae7c-415d-b7d0-ca711d23d809", "13ea4c30-ef0a-4405-8774-fc7ea4aa633e" ], "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-09T17:29:17.569Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eeb9863b-0143-4fde-b558-9d2b41d3c6b1 VfModuleModelInvariantUUID:8424985e-5c62-4c75-9286-43f51c08783d VfModuleModelDescription:NULL Artifacts UUID List:{ d9d9efbb-7912-4432-b7bd-cd9257d4a198 , efcc0a3b-ae7c-415d-b7d0-ca711d23d809 , 13ea4c30-ef0a-4405-8774-fc7ea4aa633e } 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-09T17:29:17.569Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: efcc0a3b-ae7c-415d-b7d0-ca711d23d809 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-09T17:29:17.569Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:17.569Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml efcc0a3b-ae7c-415d-b7d0-ca711d23d809 1164 2022-03-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:17.762Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:17.764Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:17.764Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846957762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:17.864Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:17.864Z||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-09T17:29:17.864Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:17.874Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:17.874Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:18.764Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 13ea4c30-ef0a-4405-8774-fc7ea4aa633e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-09T17:29:18.765Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:29:18.765Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:18.964Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:18.964Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 13ea4c30-ef0a-4405-8774-fc7ea4aa633e 200 2022-03-09T17:29:18.965Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:18.965Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:18.965Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:18.965Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:18.967Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:18.967Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846958965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:19.067Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:19.068Z||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-09T17:29:19.068Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:19.075Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:19.076Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:19.967Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: acfdd578-5ba5-44fb-aac4-be5118b9ad65 2022-03-09T17:29:19.968Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 78d6ae83-3adb-44ca-a6d1-f518aad499c3 ASDC 2022-03-09T17:29:19.974Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:29:19.982Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b955bc2, org.onap.sdc.toscaparser.api.parameters.Input@3de5049a, org.onap.sdc.toscaparser.api.parameters.Input@2a4ee7b0, org.onap.sdc.toscaparser.api.parameters.Input@21b8923a, org.onap.sdc.toscaparser.api.parameters.Input@70a29684] 2022-03-09T17:29:19.983Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.983Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.984Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:29:19.984Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 49cee858-bae0-4a72-bf51-c765236909fa 2022-03-09T17:29:19.984Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49cee858-bae0-4a72-bf51-c765236909fa matches Tosca VF Customization UUID: 49cee858-bae0-4a72-bf51-c765236909fa 2022-03-09T17:29:19.984Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 49cee858-bae0-4a72-bf51-c765236909fa 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-09T17:29:19.986Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.986Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 49cee858-bae0-4a72-bf51-c765236909fa: {\"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-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d14f9d4 2022-03-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d452ed7-8cdb-4e50-b3bf-f32a5987b587 2022-03-09T17:29:19.987Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d452ed7-8cdb-4e50-b3bf-f32a5987b587 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-09T17:29:19.989Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.989Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:19.989Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:19.989Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T17:29:19.990Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49161981-53af-4dd2-9658-3a110384e4fd 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-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:19.992Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=49cee858-bae0-4a72-bf51-c765236909fa 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-09T17:29:19.994Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.994Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.994Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid acfdd578-5ba5-44fb-aac4-be5118b9ad65: basic_cnf 2022-03-09T17:29:19.994Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.994Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:19.995Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:20.050Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 78d6ae83-3adb-44ca-a6d1-f518aad499c3 1 ASDC deployResourceStructure 2022-03-09T17:29:20.051Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:20.051Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:20.051Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:29:20.051Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:20.052Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:20.052Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846960050, "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-09T17:29:20.152Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:20.153Z||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-09T17:29:20.153Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:20.161Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:20.162Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:21.053Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:21.053Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:21.054Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:29:21.054Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:21.055Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:21.055Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846961053, "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-09T17:29:21.156Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:29:21.156Z||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-09T17:29:21.157Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:21.166Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:21.166Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:22.056Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:22.056Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:22.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:22.057Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:22.058Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:22.058Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846962056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:29:22.159Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:22.159Z||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-09T17:29:22.159Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:22.168Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:22.168Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:23.059Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:23.059Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:23.059Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:23.060Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:23.061Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:23.061Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846963059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:29:23.162Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:29:23.162Z||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-09T17:29:23.162Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:23.170Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:23.170Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:24.062Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:24.062Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:24.062Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:24.063Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:24.064Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:24.064Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846964062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T17:29:24.165Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:24.165Z||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-09T17:29:24.165Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:24.173Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:24.174Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:29:24.664Z||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-09T17:29:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:24.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:24.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846785365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:24.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:24.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846792335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:29:24.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:24.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "aai-ml", "timestamp": 1646846793339, "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-09T17:29:24.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 594c2b26-c0fa-4c31-aba4-07e21ee7267d 2022-03-09T17:29:24.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:29:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:24.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:25.065Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:25.065Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:29:25.066Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:25.066Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:25.067Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:25.067Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846965065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:29:25.167Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:25.168Z||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-09T17:29:25.168Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:29:25.176Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:25.176Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:26.068Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:29:26.074Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:29:26.076Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:29:26.076Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:29:26.076Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:29:26.076Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:29:56.076Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:29:56.083Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:29:56.085Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:29:56.085Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:29:56.085Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:29:56.085Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:30:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:30:24.665Z||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-09T17:30:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:30:24.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:24.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846837521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846836869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846834166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846847099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846847199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846847240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "cds", "timestamp": 1646846848204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-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-09T17:30:24.701Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.701Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:30:24.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846848762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846841317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846849765, "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-09T17:30:24.709Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.709Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846850851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "aai-ml", "timestamp": 1646846851854, "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-09T17:30:24.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:30:24.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846845974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846846436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846855230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846855490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "multicloud-k8s-id", "timestamp": 1646846848399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846856233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846856507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "policy-id", "timestamp": 1646846857236, "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-09T17:30:24.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.728Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:30:24.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "ves-openapi-manager", "timestamp": 1646846857509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:30:24.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 and ComponentName 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-09T17:30:24.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846861014, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:24.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846863020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:30:24.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "clamp", "timestamp": 1646846864023, "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-09T17:30:24.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 649e95dd-d272-48bb-b3d2-504606828617 2022-03-09T17:30:24.742Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:30:24.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4774c4c9-bc6b-415c-8d16-8d0b876a436c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846893963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4774c4c9-bc6b-415c-8d16-8d0b876a436c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d22f4ca-4e1b-4f12-b315-52a74e1a458d/model-vers/model-ver/ea030e76-b823-43ff-8680-ccb5196e073d) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:30:24.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:24.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:24.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:26.085Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:30:26.091Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:30:26.092Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:30:26.092Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:30:26.092Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:30:26.093Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:30:56.093Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:30:56.098Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:30:56.100Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:30:56.100Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:30:56.100Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:30:56.100Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:31:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:24.665Z||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-09T17:31:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:31:24.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:24.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/resourceInstances/pnfdf1732a405b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846908996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846910642, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRbq0adyxwmo5r6etsflt/1.0/artifacts/service-DemoPnfRbq0adyxwmo5r6etsflt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8291481-5951-4638-9bc8-983a5153679f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846941742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db8291481-5951-4638-9bc8-983a5153679f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/60e3dd79-464a-4dc8-a63d-7c05640eebc8/model-vers/model-ver/c302866a-072a-4d00-9634-2d2135754ef9) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846951938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846954057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846955267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846956563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846957762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846958965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846960050, "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-09T17:31:24.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846961053, "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-09T17:31:24.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846962056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846963059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846964062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:24.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:26.100Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:31:26.108Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:31:26.109Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:31:26.109Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:31:26.109Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:31:26.110Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:31:56.110Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:31:56.115Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:31:56.116Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:31:56.117Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:31:56.117Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:31:56.117Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:32:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:24.665Z||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-09T17:32:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:32:25.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846965065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846957521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846956868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846954166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846967499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846967703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846967740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "cds", "timestamp": 1646846968708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-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-09T17:32:25.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:32:25.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846961317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846969131, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846970134, "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-09T17:32:25.208Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.208Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846971204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "aai-ml", "timestamp": 1646846972208, "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-09T17:32:25.216Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.216Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:32:25.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846965974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846966436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846974886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846975627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846975891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "multicloud-k8s-id", "timestamp": 1646846968399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846976641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:32:25.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "policy-id", "timestamp": 1646846976894, "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-09T17:32:25.225Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:32:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "ves-openapi-manager", "timestamp": 1646846977643, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:32:25.232Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.232Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c and ComponentName 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-09T17:32:25.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846981033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:25.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846983041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:32:25.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:25.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:32:25.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "clamp", "timestamp": 1646846984043, "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-09T17:32:25.239Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48c8a5e1-8048-4c0f-8bea-d8432e55269c 2022-03-09T17:32:25.239Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:32:26.117Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:32:26.123Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:32:26.124Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:32:26.124Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:32:26.124Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:32:26.124Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:32:56.125Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:32:56.130Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:32:56.131Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:32:56.131Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:32:56.132Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:32:56.132Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:33:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:33:24.665Z||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-09T17:33:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:33:26.132Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:33:26.138Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:33:26.139Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:33:26.139Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:33:26.139Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:33:26.139Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:33:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:33:56.140Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:33:56.147Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:33:56.148Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:33:56.148Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:33:56.148Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:33:56.148Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:34:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:34:24.665Z||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-09T17:34:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:26.149Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:34:26.149Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2add535-3725-4cc9-b8e3-92588c31f076 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-09T17:34:26.153Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2add535-3725-4cc9-b8e3-92588c31f076 and serviceModelVersionId: acfdd578-5ba5-44fb-aac4-be5118b9ad65 2022-03-09T17:34:26.153Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8b81c03-2e69-4b27-a139-d27e5bf17444 2022-03-09T17:34:26.154Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?depth=0 2022-03-09T17:34:26.158Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:34:26.196Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?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-09T17:34:26.197Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?depth=0|INFO|500||Invoke 2022-03-09T17:34:26.216Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:34:26.328Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:34:26.328Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:34:26:225-8118], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:34:26 GMT], Content-Type=[application/json]} 2022-03-09T17:34:26.329Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65","ERR.5.4.6114"]}}} 2022-03-09T17:34:26.332Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (ec=ERR.5.4.6114) 2022-03-09T17:34:26.333Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (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-09T17:34:26.333Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (ec=ERR.5.4.6114) 2022-03-09T17:34:26.333Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (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-09T17:34:26.337Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||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-09T17:34:26.337Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2add535-3725-4cc9-b8e3-92588c31f076 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (ec=ERR.5.4.6114) 2022-03-09T17:34:26.337Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:34:26.338Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:26.339Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:26.339Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847266337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:34:26.439Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:26.440Z||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-09T17:34:26.440Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:26.448Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:26.448Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:27.092Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:27.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:34:27.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2add535-3725-4cc9-b8e3-92588c31f076", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847266337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db2add535-3725-4cc9-b8e3-92588c31f076 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8b81c03-2e69-4b27-a139-d27e5bf17444/model-vers/model-ver/acfdd578-5ba5-44fb-aac4-be5118b9ad65) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:34:27.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:34:27.347Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:34:27.347Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"594c2b26-c0fa-4c31-aba4-07e21ee7267d","serviceName":"vFW 2022-03-09 17-24-19","serviceVersion":"1.0","serviceUUID":"e7f17e77-efb0-4f4d-bc8f-46bbe722d687","serviceDescription":"catalog service description","serviceInvariantUUID":"ec458edf-8a95-4573-af6a-df713a952d0d","resources":[{"resourceInstanceName":"vFW 8fd2a6b1-b893 0","resourceName":"vFW 8fd2a6b1-b893","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbdc1ddf-f67e-4404-bb49-d54a6005abe7","resourceInvariantUUID":"27a1e42d-0bf2-44e7-9b79-ea09d5cd2dbe","resourceCustomizationUUID":"19707a33-3cfc-40f6-a028-4b0fdfd7278c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml","artifactChecksum":"OWRjNGFkYzEyZTFhY2ExMGIwYTJlYmZmZGZkNDM0YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b15c847a-9c4b-45c6-89f3-930bb8615080","artifactVersion":"1"},{"artifactName":"vfw8fd2a6b1b8930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json","artifactChecksum":"ODEwZWMwMTA3NzRiM2Q5NGJlNDVlODMyNGNmMmQyZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c72e85fb-1cdf-48c8-83b2-5b338cf0934d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc6983b8-4f8f-4b39-8b85-f41d4aa50096","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml","artifactChecksum":"NmI3MDgxNzY5MWY2MjdhNjlmYWI5ZmM1ODA2MWE4MWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e2f98d7-dba2-487f-b2cc-788ce56e380a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3eacbd5-8999-4570-a645-fce496fc7deb","artifactVersion":"2","generatedFromUUID":"fc6983b8-4f8f-4b39-8b85-f41d4aa50096"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309172419-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml","artifactChecksum":"NjUzOTIzN2NjZjdlN2I0MzQwNjc0MzhlNWJjMmRkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3ec5816-a5b0-4e08-ac62-3e240d2607cd","artifactVersion":"1"},{"artifactName":"service-Vfw20220309172419-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar","artifactChecksum":"Yjk3YTIzYTFlNTYwYjdmMmEwYjc0MWMzMWMxYWExNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:34:27.347Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:27.348Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:27.349Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:27.349Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:34:27.449Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:27.450Z||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-09T17:34:27.450Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:27.460Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:27.460Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:28.350Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:28.350Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:28.351Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:28.351Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOTIFIED" } 2022-03-09T17:34:28.452Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:28.452Z||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-09T17:34:28.453Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:28.461Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:28.461Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:29.352Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:29.353Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:29.354Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:29.354Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:34:29.454Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:29.455Z||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-09T17:34:29.455Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:29.478Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:29.479Z||pool-125-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:34:30.354Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:30.355Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:30.356Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:30.356Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:34:30.456Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:30.457Z||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-09T17:34:30.457Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:30.466Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:30.466Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:31.356Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:31.357Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:31.358Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:31.358Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:34:31.459Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:34:31.459Z||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-09T17:34:31.459Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:31.468Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:31.468Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:32.359Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:32.359Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:32.361Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:32.361Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:34:32.461Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:34:32.462Z||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-09T17:34:32.462Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:32.470Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:32.471Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:33.362Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:34:33.362Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:33.364Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:33.364Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:34:33.464Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:33.464Z||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-09T17:34:33.465Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:33.473Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:33.474Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:34:34.365Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "serviceName": "vFW 2022-03-09 17-24-19", "serviceVersion": "1.0", "serviceUUID": "e7f17e77-efb0-4f4d-bc8f-46bbe722d687", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec458edf-8a95-4573-af6a-df713a952d0d", "resources": [ { "resourceInstanceName": "vFW 8fd2a6b1-b893 0", "resourceCustomizationUUID": "19707a33-3cfc-40f6-a028-4b0fdfd7278c", "resourceName": "vFW 8fd2a6b1-b893", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cbdc1ddf-f67e-4404-bb49-d54a6005abe7", "resourceInvariantUUID": "27a1e42d-0bf2-44e7-9b79-ea09d5cd2dbe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8fd2a6b1b8930_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "artifactChecksum": "ODEwZWMwMTA3NzRiM2Q5NGJlNDVlODMyNGNmMmQyZmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c72e85fb-1cdf-48c8-83b2-5b338cf0934d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fc6983b8-4f8f-4b39-8b85-f41d4aa50096", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3eacbd5-8999-4570-a645-fce496fc7deb", "generatedFromUUID": "fc6983b8-4f8f-4b39-8b85-f41d4aa50096" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3eacbd5-8999-4570-a645-fce496fc7deb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309172419-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "artifactChecksum": "Yjk3YTIzYTFlNTYwYjdmMmEwYjc0MWMzMWMxYWExNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f" } ], "workloadContext": "Production" } 2022-03-09T17:34:34.365Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:34:34.365Z|b2add535-3725-4cc9-b8e3-92588c31f076|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e7f17e77-efb0-4f4d-bc8f-46bbe722d687 ASDC 2022-03-09T17:34:34.365Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:594c2b26-c0fa-4c31-aba4-07e21ee7267d ServiceName:vFW 2022-03-09 17-24-19 ServiceVersion:1.0 ServiceUUID:e7f17e77-efb0-4f4d-bc8f-46bbe722d687 ServiceInvariantUUID:ec458edf-8a95-4573-af6a-df713a952d0d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309172419-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar ArtifactUUID:1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f ArtifactChecksum:Yjk3YTIzYTFlNTYwYjdmMmEwYjc0MWMzMWMxYWExNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8fd2a6b1-b893 0 ResourceCustomizationUUID:19707a33-3cfc-40f6-a028-4b0fdfd7278c ResourceInvariantUUID:27a1e42d-0bf2-44e7-9b79-ea09d5cd2dbe ResourceName:vFW 8fd2a6b1-b893 ResourceType:VF ResourceUUID:cbdc1ddf-f67e-4404-bb49-d54a6005abe7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8fd2a6b1b8930_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json ArtifactUUID:c72e85fb-1cdf-48c8-83b2-5b338cf0934d ArtifactChecksum:ODEwZWMwMTA3NzRiM2Q5NGJlNDVlODMyNGNmMmQyZmU= 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/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml ArtifactUUID:fc6983b8-4f8f-4b39-8b85-f41d4aa50096 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/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env ArtifactUUID:d3eacbd5-8999-4570-a645-fce496fc7deb 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/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env ArtifactUUID:d3eacbd5-8999-4570-a645-fce496fc7deb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:34:34.366Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7f17e77-efb0-4f4d-bc8f-46bbe722d687 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-09T17:34:34.385Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:34:34.385Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:34:34.385Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:34:34.386Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f from URL: /sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:34.386Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:34:34.386Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:35.331Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:34:35.334Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar 1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f 98972 2022-03-09T17:34:35.335Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar ASDC sendASDCNotification 2022-03-09T17:34:35.335Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:35.335Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:34:35.335Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:35.336Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:35.336Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847275335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:34:35.437Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:35.437Z||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-09T17:34:35.437Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:35.447Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:35.447Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:36.337Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:34:36.338Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:34:36.338Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1390f31e-4ec2-4a8e-b2df-2ab62dcfad5f, URL: /sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar to file: /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:36.338Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309172419-csar.csar 2022-03-09T17:34:36.338Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:36.338Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:36.471Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4328121632826773079/Definitions/service-Vfw20220309172419-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-09T17:34:37.852Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.853Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8fd2a6b1-b893 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-Vfw20220309172419-csar.csar 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:34:37.854Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:37.855Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.856Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.857Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.858Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bf5fbe7-e235-43d9-8631-5c5536e89778 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:34:37.859Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1c8d0756-72a1-4e57-b41b-8cab13ec3f02 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.860Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=679cc2a3-b28c-48d3-bcd6-d0a2458e333b 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.861Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.862Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:37.862Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:37.862Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 17-24-19 Description:catalog service description Model UUID:e7f17e77-efb0-4f4d-bc8f-46bbe722d687 Model Version:NULL Model InvariantUuid:ec458edf-8a95-4573-af6a-df713a952d0d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8fd2a6b1-b893 Model UUID:301103d3-c4a7-4ba9-a4b1-9a154865c8b0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:27a1e42d-0bf2-44e7-9b79-ea09d5cd2dbe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:19707a33-3cfc-40f6-a028-4b0fdfd7278c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:613b57e6-9abe-4f2f-980a-6d3626abe77d ModelName:Vfw8fd2a6b1B893..base_vfw..module-0 ModelUuid:3bd9f091-b57f-4e8a-85d5-85da35fa9490 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0bf5fbe7-e235-43d9-8631-5c5536e89778 ModelInvariantUuid:bc32cea4-dbd3-4e33-b7ea-d8a7377984c7 ModelName:vFW 8fd2a6b1-b893-nodes.vfwCvfc ModelUuid:94abf95e-9312-42cd-929f-55145bfb986d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9e49abb7-f59d-4adc-b19b-05578f118347 ModelInvariantUuid:09e243a2-f2a2-4117-8f06-b2e122dd12da ModelName:Vfw8fd2a6b1B893.compute.nodes.heat.vfw ModelUuid:ba7464ea-b92b-4300-ab23-d4a854199633 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1c8d0756-72a1-4e57-b41b-8cab13ec3f02 ModelInvariantUuid:ac4b691f-8435-4ac5-a63b-d8cce9ac5860 ModelName:vFW 8fd2a6b1-b893-nodes.vsnCvfc ModelUuid:130c471e-1168-4490-b56a-ff0642d9bf05 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:222f3ab4-947a-43cb-8101-5afda2165fb9 ModelInvariantUuid:851e5ac1-8851-4c02-9944-99c4a0e9b743 ModelName:Vfw8fd2a6b1B893.compute.nodes.heat.vsn ModelUuid:3b915046-a615-4e20-99b2-e0de9da55ad4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:679cc2a3-b28c-48d3-bcd6-d0a2458e333b ModelInvariantUuid:fcb04f8d-5b18-443b-ad25-492b365bce36 ModelName:vFW 8fd2a6b1-b893-nodes.vpgCvfc ModelUuid:5281a76f-9ddd-432c-a8db-91035a938885 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:16f8aac2-d7f7-404c-873a-4c1e31224ce1 ModelInvariantUuid:08b7b9fb-2a0a-4c14-9b83-07a96c87fa8b ModelName:Vfw8fd2a6b1B893.compute.nodes.heat.vpg ModelUuid:4bf178fd-b710-4229-be13-6ede50f58bab 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-09T17:34:37.868Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: cbdc1ddf-f67e-4404-bb49-d54a6005abe7 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-09T17:34:37.870Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||vFW 8fd2a6b1-b893 0 2022-03-09T17:34:37.870Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbdc1ddf-f67e-4404-bb49-d54a6005abe7 2022-03-09T17:34:37.870Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c72e85fb-1cdf-48c8-83b2-5b338cf0934d from URL: /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json 2022-03-09T17:34:37.870Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:34:37.870Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json 2022-03-09T17:34:37.925Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:34:37.926Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json c72e85fb-1cdf-48c8-83b2-5b338cf0934d 785 2022-03-09T17:34:37.926Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json ASDC sendASDCNotification 2022-03-09T17:34:37.926Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json 2022-03-09T17:34:37.926Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:34:37.926Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:37.928Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:37.928Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847277926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:34:38.028Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:38.029Z||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-09T17:34:38.029Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:38.037Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:38.037Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:38.928Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8fd2a6b1B893..base_vfw..module-0", "vfModuleModelInvariantUUID": "613b57e6-9abe-4f2f-980a-6d3626abe77d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bd9f091-b57f-4e8a-85d5-85da35fa9490", "vfModuleModelCustomizationUUID": "15e17ffe-fcd9-47ad-bfa3-1c17333ee507", "isBase": true, "artifacts": [ "fc6983b8-4f8f-4b39-8b85-f41d4aa50096", "d3eacbd5-8999-4570-a645-fce496fc7deb" ], "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-09T17:34:38.931Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8fd2a6b1B893..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bd9f091-b57f-4e8a-85d5-85da35fa9490 VfModuleModelInvariantUUID:613b57e6-9abe-4f2f-980a-6d3626abe77d VfModuleModelDescription:NULL Artifacts UUID List:{ fc6983b8-4f8f-4b39-8b85-f41d4aa50096 , d3eacbd5-8999-4570-a645-fce496fc7deb } 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-09T17:34:38.932Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8fd2a6b1B893..base_vfw..module-0", "vfModuleModelInvariantUUID": "613b57e6-9abe-4f2f-980a-6d3626abe77d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bd9f091-b57f-4e8a-85d5-85da35fa9490", "vfModuleModelCustomizationUUID": "15e17ffe-fcd9-47ad-bfa3-1c17333ee507", "isBase": true, "artifacts": [ "fc6983b8-4f8f-4b39-8b85-f41d4aa50096", "d3eacbd5-8999-4570-a645-fce496fc7deb" ], "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-09T17:34:38.932Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8fd2a6b1B893..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bd9f091-b57f-4e8a-85d5-85da35fa9490 VfModuleModelInvariantUUID:613b57e6-9abe-4f2f-980a-6d3626abe77d VfModuleModelDescription:NULL Artifacts UUID List:{ fc6983b8-4f8f-4b39-8b85-f41d4aa50096 , d3eacbd5-8999-4570-a645-fce496fc7deb } 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-09T17:34:38.932Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc6983b8-4f8f-4b39-8b85-f41d4aa50096 from URL: /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml 2022-03-09T17:34:38.932Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:34:38.932Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml 2022-03-09T17:34:38.984Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:34:38.984Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml fc6983b8-4f8f-4b39-8b85-f41d4aa50096 20368 2022-03-09T17:34:38.985Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:34:38.985Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml 2022-03-09T17:34:38.985Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:34:38.985Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:38.986Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:38.986Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847278985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:34:39.086Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:39.087Z||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-09T17:34:39.087Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:39.095Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:39.095Z||pool-132-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:39.987Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3eacbd5-8999-4570-a645-fce496fc7deb from URL: /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env 2022-03-09T17:34:39.987Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:34:39.987Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env 2022-03-09T17:34:40.042Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:34:40.042Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env d3eacbd5-8999-4570-a645-fce496fc7deb 2098 2022-03-09T17:34:40.042Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:34:40.043Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env 2022-03-09T17:34:40.043Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:34:40.043Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:40.044Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:40.044Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847280042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:34:40.144Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:40.145Z||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-09T17:34:40.145Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:40.153Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:40.153Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:41.044Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e7f17e77-efb0-4f4d-bc8f-46bbe722d687 2022-03-09T17:34:41.045Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8fd2a6b1-b893 0 cbdc1ddf-f67e-4404-bb49-d54a6005abe7 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-09T17:34:41.057Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f5af2f7, org.onap.sdc.toscaparser.api.parameters.Input@44baa31f, org.onap.sdc.toscaparser.api.parameters.Input@6b77aa08, org.onap.sdc.toscaparser.api.parameters.Input@13e222d1, org.onap.sdc.toscaparser.api.parameters.Input@1ba7a710] 2022-03-09T17:34:41.058Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.058Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.058Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:34:41.058Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 19707a33-3cfc-40f6-a028-4b0fdfd7278c 2022-03-09T17:34:41.058Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19707a33-3cfc-40f6-a028-4b0fdfd7278c matches Tosca VF Customization UUID: 19707a33-3cfc-40f6-a028-4b0fdfd7278c 2022-03-09T17:34:41.059Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 19707a33-3cfc-40f6-a028-4b0fdfd7278c 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-09T17:34:41.060Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.060Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.061Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 19707a33-3cfc-40f6-a028-4b0fdfd7278c: {\"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-09T17:34:41.061Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e13c467 2022-03-09T17:34:41.061Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.061Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:34:41.061Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15e17ffe-fcd9-47ad-bfa3-1c17333ee507 2022-03-09T17:34:41.062Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15e17ffe-fcd9-47ad-bfa3-1c17333ee507 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-09T17:34:41.063Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.063Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:41.064Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.065Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bf5fbe7-e235-43d9-8631-5c5536e89778 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-09T17:34:41.067Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.067Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.067Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:41.067Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:41.068Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:34:41.069Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:34:41.069Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.069Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:34:41.069Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.069Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1c8d0756-72a1-4e57-b41b-8cab13ec3f02 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-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is not matching search criteria 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.071Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:34:41.072Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=679cc2a3-b28c-48d3-bcd6-d0a2458e333b 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-09T17:34:41.074Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.074Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.074Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:34:41.074Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.074Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Node template vFW 8fd2a6b1-b893 0 is matching search criteria 2022-03-09T17:34:41.075Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8fd2a6b1-b893 0] matching following query criteria: sdcType=VF, customizationUUID=19707a33-3cfc-40f6-a028-4b0fdfd7278c 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-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e7f17e77-efb0-4f4d-bc8f-46bbe722d687: vFW 8fd2a6b1-b893 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.076Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-24-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:34:41.077Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-09 17-24-19 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-09T17:34:41.219Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8fd2a6b1-b893 cbdc1ddf-f67e-4404-bb49-d54a6005abe7 1 ASDC deployResourceStructure 2022-03-09T17:34:41.219Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json ASDC sendASDCNotification 2022-03-09T17:34:41.219Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json 2022-03-09T17:34:41.219Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:34:41.220Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:41.221Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:41.221Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847281219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:34:41.321Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:41.322Z||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-09T17:34:41.322Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:41.330Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:41.331Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:34:42.222Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:34:42.222Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml 2022-03-09T17:34:42.222Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:34:42.223Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:42.224Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:42.224Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847282222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:34:42.324Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:42.325Z||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-09T17:34:42.325Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:42.333Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:42.333Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:43.225Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:34:43.225Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env 2022-03-09T17:34:43.225Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:34:43.225Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:43.226Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:43.227Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847283224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:34:43.327Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:34:43.327Z||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-09T17:34:43.327Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:43.336Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:43.336Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:44.227Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar ASDC sendASDCNotification 2022-03-09T17:34:44.227Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar 2022-03-09T17:34:44.228Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:34:44.228Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:34:44.229Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:34:44.229Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847284227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:34:44.330Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:34:44.330Z||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-09T17:34:44.330Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:34:44.339Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:44.340Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:34:45.230Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:34:45.236Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:34:45.237Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:34:45.237Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:34:45.237Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:34:45.237Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:35:15.237Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:35:15.245Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:35:15.247Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:35:15.247Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:35:15.247Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:35:15.247Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:35:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:35:24.665Z||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-09T17:35:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:35:24.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:35:24.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:35:24.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:35:24.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:35:45.247Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:35:45.253Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:35:45.254Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:35:45.254Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:35:45.254Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:35:45.254Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:36:15.254Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:36:15.261Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:36:15.262Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:36:15.262Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:36:15.262Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:36:15.262Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:36:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:36:24.665Z||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-09T17:36:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:36:25.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:36:25.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "NOTIFIED" } 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847275335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847277926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847278985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847280042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847281219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/vfw8fd2a6b1b8930_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847282222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847283224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/resourceInstances/vfw8fd2a6b1b8930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847284227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309172419/1.0/artifacts/service-Vfw20220309172419-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:36:25.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:36:45.263Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:36:45.269Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:36:45.270Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:36:45.270Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:36:45.270Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:36:45.270Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:37:15.270Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:37:15.277Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:37:15.278Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:37:15.278Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:37:15.278Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:37:15.278Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:37:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:37:24.665Z||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-09T17:37:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:37:34.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:37:45.279Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:37:45.284Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:37:45.286Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:37:45.286Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:37:45.286Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:37:45.286Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:38:15.286Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:38:15.293Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:38:15.294Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:38:15.294Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:38:15.294Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:38:15.294Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:38:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:38:24.665Z||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-09T17:38:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:38:25.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:38:25.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847481869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847485974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847486436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "multicloud-k8s-id", "timestamp": 1646847488399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847496465, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847496566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847496567, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847497469, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "cds", "timestamp": 1646847497573, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-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-09T17:38:25.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:38:25.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847497582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "policy-id", "timestamp": 1646847498472, "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-09T17:38:25.087Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:38:25.087Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:38:25.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1646847498584, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:38:25.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:38:25.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 and ComponentName 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-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847494166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847502893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847504533, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:38:25.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:38:45.294Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:38:45.300Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:38:45.301Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:38:45.301Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:38:45.301Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:38:45.301Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:39:15.302Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:39:15.310Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:39:15.311Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:39:15.311Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:39:15.311Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:39:15.311Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:39:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:39:24.665Z||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-09T17:39:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:24.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:24.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:39:24.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:39:45.311Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:39:45.312Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d 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-09T17:39:45.316Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 594c2b26-c0fa-4c31-aba4-07e21ee7267d and serviceModelVersionId: e7f17e77-efb0-4f4d-bc8f-46bbe722d687 2022-03-09T17:39:45.316Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec458edf-8a95-4573-af6a-df713a952d0d 2022-03-09T17:39:45.316Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0 2022-03-09T17:39:45.320Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:39:45.346Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0|INFO|500||Invoke 2022-03-09T17:39:45.347Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[594c2b26-c0fa-4c31-aba4-07e21ee7267d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29791a1f-3dbe-40b0-8992-3e9718d458fd], X-ECOMP-RequestID=[594c2b26-c0fa-4c31-aba4-07e21ee7267d], X-TransactionId=[], X-ONAP-RequestID=[594c2b26-c0fa-4c31-aba4-07e21ee7267d], Content-Type=[application/merge-patch+json]} 2022-03-09T17:39:45.362Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:39:45.387Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?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/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:39:45:370-79841], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:39:45 GMT], Content-Type=[application/json]} 2022-03-09T17:39:45.388Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?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/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687","ERR.5.4.6114"]}}} 2022-03-09T17:39:45.388Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:39:45.391Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (ec=ERR.5.4.6114) 2022-03-09T17:39:45.391Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (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-09T17:39:45.391Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (ec=ERR.5.4.6114) 2022-03-09T17:39:45.391Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (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-09T17:39:45.394Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||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-09T17:39:45.394Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 594c2b26-c0fa-4c31-aba4-07e21ee7267d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (ec=ERR.5.4.6114) 2022-03-09T17:39:45.395Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:39:45.395Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:45.396Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:45.396Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847585395, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:39:45.496Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:45.497Z||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-09T17:39:45.497Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:45.505Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:45.505Z||pool-138-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-09T17:39:46.406Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:39:46.406Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"649e95dd-d272-48bb-b3d2-504606828617","serviceName":"Demo_pNF_LEHJb2U4rWnftzgoNQHm","serviceVersion":"1.0","serviceUUID":"17dc8360-9340-4a06-85f6-5bfcae2f6524","serviceDescription":"catalog service description","serviceInvariantUUID":"db4eff5b-b2c8-4a20-b59f-72b1817b97de","resources":[{"resourceInstanceName":"pNF c683a01e-0b02 0","resourceName":"pNF c683a01e-0b02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4f128d2-13ec-4df0-a012-e9e15af3b72f","resourceInvariantUUID":"b3a7895a-e29b-43bc-909c-e396fb0f1875","resourceCustomizationUUID":"1e1c5c21-d939-4ce6-b736-9747c3c71a63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml","artifactChecksum":"ZWEyOGRmYWY3YzkxNWU2ZGRhMzE3YjM0YjkwYWE0YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c5e5569-ba05-49a1-bce2-4d00bed19e66","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"669a9905-d0eb-4d5b-87a8-5d38107fcad9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b9adba5-2ca1-4414-85b0-78efbf9dfaa9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml","artifactChecksum":"NTk5NjFiZjI2NjQ5OWVlODAwOTRjNmMyYjk0NmFmYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"afaedea4-a093-4077-b78b-349f257417f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e251b607-f22f-4378-bf62-64a69fc6348b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80840267-28f3-4bd9-86ad-51bacd0b7369","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml","artifactChecksum":"Zjc5Zjg5NTI2YjI3MmM0ZTk2OGY1YjY3NWY3M2RhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74925b12-7344-4bd7-9074-c37bb8c7aa91","artifactVersion":"1"},{"artifactName":"service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar","artifactChecksum":"Mjg2ZWYwMDA3NWUwM2NmMDYwYzRkMDAyY2NhODg4ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"856a6d93-32e7-49a8-965c-2e252283b904","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:39:46.406Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:46.406Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:46.408Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:46.408Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:46.508Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:46.508Z||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-09T17:39:46.508Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:46.516Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:46.516Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:47.408Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:47.409Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:47.410Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:47.410Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:47.511Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:47.511Z||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-09T17:39:47.511Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:47.520Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:47.520Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:48.411Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:48.412Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:48.413Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:48.413Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:48.514Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:39:48.514Z||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-09T17:39:48.514Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:48.524Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:48.524Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:49.414Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:49.414Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:49.416Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:49.416Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:49.516Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:49.517Z||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-09T17:39:49.517Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:49.525Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:49.525Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:50.417Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:50.417Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:50.419Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:50.419Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:50.519Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:50.519Z||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-09T17:39:50.519Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:50.529Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:50.529Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:51.419Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:51.420Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:51.421Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:51.421Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:51.521Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:51.522Z||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-09T17:39:51.522Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:51.531Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:51.531Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:52.421Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:52.422Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:52.423Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:52.423Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:39:52.524Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:39:52.524Z||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-09T17:39:52.524Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:52.533Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:52.533Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:53.424Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:39:53.425Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:53.426Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:53.426Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:39:53.526Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:53.526Z||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-09T17:39:53.527Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:53.535Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:53.535Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:54.427Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "serviceName": "Demo_pNF_LEHJb2U4rWnftzgoNQHm", "serviceVersion": "1.0", "serviceUUID": "17dc8360-9340-4a06-85f6-5bfcae2f6524", "serviceDescription": "catalog service description", "serviceInvariantUUID": "db4eff5b-b2c8-4a20-b59f-72b1817b97de", "resources": [ { "resourceInstanceName": "pNF c683a01e-0b02 0", "resourceCustomizationUUID": "1e1c5c21-d939-4ce6-b736-9747c3c71a63", "resourceName": "pNF c683a01e-0b02", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a4f128d2-13ec-4df0-a012-e9e15af3b72f", "resourceInvariantUUID": "b3a7895a-e29b-43bc-909c-e396fb0f1875", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "artifactChecksum": "Mjg2ZWYwMDA3NWUwM2NmMDYwYzRkMDAyY2NhODg4ODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "856a6d93-32e7-49a8-965c-2e252283b904" } ], "workloadContext": "Production" } 2022-03-09T17:39:54.427Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:39:54.427Z|594c2b26-c0fa-4c31-aba4-07e21ee7267d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17dc8360-9340-4a06-85f6-5bfcae2f6524 ASDC 2022-03-09T17:39:54.428Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:649e95dd-d272-48bb-b3d2-504606828617 ServiceName:Demo_pNF_LEHJb2U4rWnftzgoNQHm ServiceVersion:1.0 ServiceUUID:17dc8360-9340-4a06-85f6-5bfcae2f6524 ServiceInvariantUUID:db4eff5b-b2c8-4a20-b59f-72b1817b97de ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar ArtifactUUID:856a6d93-32e7-49a8-965c-2e252283b904 ArtifactChecksum:Mjg2ZWYwMDA3NWUwM2NmMDYwYzRkMDAyY2NhODg4ODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c683a01e-0b02 0 ResourceCustomizationUUID:1e1c5c21-d939-4ce6-b736-9747c3c71a63 ResourceInvariantUUID:b3a7895a-e29b-43bc-909c-e396fb0f1875 ResourceName:pNF c683a01e-0b02 ResourceType:PNF ResourceUUID:a4f128d2-13ec-4df0-a012-e9e15af3b72f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:39:54.428Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17dc8360-9340-4a06-85f6-5bfcae2f6524 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-09T17:39:54.443Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:39:54.444Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:39:54.444Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:39:54.444Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 856a6d93-32e7-49a8-965c-2e252283b904 from URL: /sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:54.444Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:39:54.444Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:54.572Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:39:54.576Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 856a6d93-32e7-49a8-965c-2e252283b904 82649 2022-03-09T17:39:54.576Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar ASDC sendASDCNotification 2022-03-09T17:39:54.576Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:54.576Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:39:54.576Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:54.578Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:54.578Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847594576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:39:54.678Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:54.679Z||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-09T17:39:54.679Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:54.691Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:54.691Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:55.578Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:39:55.579Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:39:55.579Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 856a6d93-32e7-49a8-965c-2e252283b904, URL: /sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar to file: /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:55.579Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:55.580Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:55.580Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:55.659Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5115792673099480363/Definitions/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml 2022-03-09T17:39:56.182Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c683a01e-0b02 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||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-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||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-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||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-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Node template pNF c683a01e-0b02 0 is matching search criteria 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c683a01e-0b02 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Node template pNF c683a01e-0b02 0 is matching search criteria 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c683a01e-0b02 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.185Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_LEHJb2U4rWnftzgoNQHm Description:catalog service description Model UUID:17dc8360-9340-4a06-85f6-5bfcae2f6524 Model Version:NULL Model InvariantUuid:db4eff5b-b2c8-4a20-b59f-72b1817b97de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T17:39:56.192Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4f128d2-13ec-4df0-a012-e9e15af3b72f 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-09T17:39:56.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||pNF c683a01e-0b02 0 2022-03-09T17:39:56.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4f128d2-13ec-4df0-a012-e9e15af3b72f 2022-03-09T17:39:56.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 17dc8360-9340-4a06-85f6-5bfcae2f6524 2022-03-09T17:39:56.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 17dc8360-9340-4a06-85f6-5bfcae2f6524 2022-03-09T17:39:56.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c683a01e-0b02 0 a4f128d2-13ec-4df0-a012-e9e15af3b72f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:39:56.198Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@134d7204, org.onap.sdc.toscaparser.api.parameters.Input@9aba691, org.onap.sdc.toscaparser.api.parameters.Input@7dc3bcd, org.onap.sdc.toscaparser.api.parameters.Input@47a89f4, org.onap.sdc.toscaparser.api.parameters.Input@7c5f162d] 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 17dc8360-9340-4a06-85f6-5bfcae2f6524: pNF c683a01e-0b02 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Processing PNF resource: a4f128d2-13ec-4df0-a012-e9e15af3b72f 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LEHJb2U4rWnftzgoNQHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:39:56.199Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1e1c5c21-d939-4ce6-b736-9747c3c71a63 is the same as notified resource customizationUUID: 1e1c5c21-d939-4ce6-b736-9747c3c71a63 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T17:39:56.227Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c683a01e-0b02 a4f128d2-13ec-4df0-a012-e9e15af3b72f 0 ASDC deployResourceStructure 2022-03-09T17:39:56.227Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar ASDC sendASDCNotification 2022-03-09T17:39:56.227Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar 2022-03-09T17:39:56.227Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:39:56.227Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:39:56.228Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:39:56.228Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847596227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:39:56.328Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:39:56.329Z||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-09T17:39:56.329Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:39:56.337Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:56.337Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:39:57.229Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 649e95dd-d272-48bb-b3d2-504606828617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:39:57.236Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T17:39:57.237Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||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-09T17:39:57.241Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:40:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:40:24.665Z||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-09T17:40:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:24.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:40:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847497521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:40:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:40:27.241Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 649e95dd-d272-48bb-b3d2-504606828617 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-09T17:40:27.244Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 649e95dd-d272-48bb-b3d2-504606828617 and serviceModelVersionId: 17dc8360-9340-4a06-85f6-5bfcae2f6524 2022-03-09T17:40:27.245Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db4eff5b-b2c8-4a20-b59f-72b1817b97de 2022-03-09T17:40:27.245Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0 2022-03-09T17:40:27.248Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:40:27.270Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0|INFO|500||Invoke 2022-03-09T17:40:27.270Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[649e95dd-d272-48bb-b3d2-504606828617], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edcd50cf-8a6d-4cc5-a761-b56f73e06de5], X-ECOMP-RequestID=[649e95dd-d272-48bb-b3d2-504606828617], X-TransactionId=[], X-ONAP-RequestID=[649e95dd-d272-48bb-b3d2-504606828617], Content-Type=[application/merge-patch+json]} 2022-03-09T17:40:27.283Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:40:27.332Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?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/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:40:27:291-38828], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:40:27 GMT], Content-Type=[application/json]} 2022-03-09T17:40:27.333Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?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/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524","ERR.5.4.6114"]}}} 2022-03-09T17:40:27.333Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:40:27.337Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (ec=ERR.5.4.6114) 2022-03-09T17:40:27.338Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (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-09T17:40:27.338Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (ec=ERR.5.4.6114) 2022-03-09T17:40:27.338Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (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-09T17:40:27.343Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||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-09T17:40:27.343Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 649e95dd-d272-48bb-b3d2-504606828617 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (ec=ERR.5.4.6114) 2022-03-09T17:40:27.344Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:40:27.344Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:27.346Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:27.346Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847627343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:40:27.446Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:27.446Z||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-09T17:40:27.447Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:27.458Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:27.458Z||pool-149-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-09T17:40:28.353Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:40:28.354Z|649e95dd-d272-48bb-b3d2-504606828617|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-09T17:40:28.354Z|649e95dd-d272-48bb-b3d2-504606828617|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:33.171Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:33.172Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:40:33.172Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48c8a5e1-8048-4c0f-8bea-d8432e55269c","serviceName":"Demo_pNF_gagjeymFplKmZmqENSzT","serviceVersion":"1.0","serviceUUID":"2948653b-d420-48cd-ade2-853c082ce953","serviceDescription":"catalog service description","serviceInvariantUUID":"db1c9602-5f2f-4ce2-97a3-ad99c25a7007","resources":[{"resourceInstanceName":"pNF 6aba4942-9194 0","resourceName":"pNF 6aba4942-9194","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6da608e1-c24e-4045-ba42-409ac0f11238","resourceInvariantUUID":"dce83b8d-4b2c-4320-8418-6132a517d801","resourceCustomizationUUID":"3968cd23-ce70-4e69-a0ae-ebedd3413cb9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml","artifactChecksum":"YWI1NzBhNmJhOTk4Nzg2YTgxNDQyMTZlNWQzOWI3YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb6d819b-2f9a-49ef-8420-b598f844bbe7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9de2ae5-0eab-4a65-b2d4-c1e561791d0d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa9f36d2-5cd8-4f8b-bbb3-d3b7d3a5fb79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml","artifactChecksum":"MjYxMTgxNjY2YjU2NTg4ZmE2YjA2YWE4MDM2ZjAwMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e1ae42f-73ba-40dd-8a31-163f2ec10571","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98f3fb7b-b5e0-401d-bfba-69a0b10af454","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34608e33-a0f1-4c92-8af0-6c61ab6b0a9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGagjeymfplkmzmqenszt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml","artifactChecksum":"NzgyZTc2NGE4YzRjNzBhOGI4ZTY0ZDhlNjU3ZjE4ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cf3ad9-7478-47d4-9381-7f3e15ee224f","artifactVersion":"1"},{"artifactName":"service-DemoPnfGagjeymfplkmzmqenszt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar","artifactChecksum":"ZGYyOGQwODdhNWQ0MjFkOThlZTgyZGY0NDY0MjliNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15d0fd6e-e29c-4bf1-9aa5-836d41a18fce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:40:33.173Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:33.173Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:33.175Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:33.175Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:33.275Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:33.275Z||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-09T17:40:33.275Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:33.285Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:33.285Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:34.175Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:34.176Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:34.177Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:34.177Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:34.277Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:34.278Z||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-09T17:40:34.278Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:34.287Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:34.287Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:35.178Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:35.178Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:35.179Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:35.180Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:35.280Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:35.280Z||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-09T17:40:35.280Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:35.289Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:35.290Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:40:36.180Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:36.181Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:36.182Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:36.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:36.283Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:36.283Z||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-09T17:40:36.283Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:36.293Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:36.293Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:37.183Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:37.184Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:37.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:37.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:37.286Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:37.287Z||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-09T17:40:37.287Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:37.296Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:37.296Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:38.186Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:38.187Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:38.188Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:38.188Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:38.289Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:38.289Z||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-09T17:40:38.289Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:38.298Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:38.298Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:39.189Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:39.189Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:39.191Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:39.191Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:40:39.291Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:39.291Z||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-09T17:40:39.291Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:39.299Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:39.299Z||pool-156-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:40.191Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:40:40.192Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:40.193Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:40.193Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:40:40.293Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:40.293Z||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-09T17:40:40.294Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:40.302Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:40.302Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:41.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "serviceName": "Demo_pNF_gagjeymFplKmZmqENSzT", "serviceVersion": "1.0", "serviceUUID": "2948653b-d420-48cd-ade2-853c082ce953", "serviceDescription": "catalog service description", "serviceInvariantUUID": "db1c9602-5f2f-4ce2-97a3-ad99c25a7007", "resources": [ { "resourceInstanceName": "pNF 6aba4942-9194 0", "resourceCustomizationUUID": "3968cd23-ce70-4e69-a0ae-ebedd3413cb9", "resourceName": "pNF 6aba4942-9194", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6da608e1-c24e-4045-ba42-409ac0f11238", "resourceInvariantUUID": "dce83b8d-4b2c-4320-8418-6132a517d801", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "artifactChecksum": "ZGYyOGQwODdhNWQ0MjFkOThlZTgyZGY0NDY0MjliNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15d0fd6e-e29c-4bf1-9aa5-836d41a18fce" } ], "workloadContext": "Production" } 2022-03-09T17:40:41.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:40:41.194Z|649e95dd-d272-48bb-b3d2-504606828617|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2948653b-d420-48cd-ade2-853c082ce953 ASDC 2022-03-09T17:40:41.194Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:48c8a5e1-8048-4c0f-8bea-d8432e55269c ServiceName:Demo_pNF_gagjeymFplKmZmqENSzT ServiceVersion:1.0 ServiceUUID:2948653b-d420-48cd-ade2-853c082ce953 ServiceInvariantUUID:db1c9602-5f2f-4ce2-97a3-ad99c25a7007 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGagjeymfplkmzmqenszt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar ArtifactUUID:15d0fd6e-e29c-4bf1-9aa5-836d41a18fce ArtifactChecksum:ZGYyOGQwODdhNWQ0MjFkOThlZTgyZGY0NDY0MjliNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6aba4942-9194 0 ResourceCustomizationUUID:3968cd23-ce70-4e69-a0ae-ebedd3413cb9 ResourceInvariantUUID:dce83b8d-4b2c-4320-8418-6132a517d801 ResourceName:pNF 6aba4942-9194 ResourceType:PNF ResourceUUID:6da608e1-c24e-4045-ba42-409ac0f11238 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:40:41.194Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2948653b-d420-48cd-ade2-853c082ce953 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-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15d0fd6e-e29c-4bf1-9aa5-836d41a18fce from URL: /sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:40:41.209Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:41.377Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:40:41.380Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 15d0fd6e-e29c-4bf1-9aa5-836d41a18fce 82636 2022-03-09T17:40:41.380Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar ASDC sendASDCNotification 2022-03-09T17:40:41.380Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:41.380Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:40:41.381Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:41.382Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:41.382Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847641380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:40:41.482Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:41.483Z||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-09T17:40:41.483Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:41.491Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:41.491Z||pool-158-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:42.382Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:40:42.383Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:40:42.383Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 15d0fd6e-e29c-4bf1-9aa5-836d41a18fce, URL: /sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar to file: /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:42.384Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:42.384Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:42.384Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:42.459Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16886386704379265400/Definitions/service-DemoPnfGagjeymfplkmzmqenszt-template.yml 2022-03-09T17:40:43.024Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:40:43.024Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||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-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||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-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6aba4942-9194 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||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-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Node template pNF 6aba4942-9194 0 is matching search criteria 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:40:43.025Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6aba4942-9194 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Node template pNF 6aba4942-9194 0 is matching search criteria 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6aba4942-9194 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.026Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.027Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gagjeymFplKmZmqENSzT Description:catalog service description Model UUID:2948653b-d420-48cd-ade2-853c082ce953 Model Version:NULL Model InvariantUuid:db1c9602-5f2f-4ce2-97a3-ad99c25a7007 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T17:40:43.033Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6da608e1-c24e-4045-ba42-409ac0f11238 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-09T17:40:43.036Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||pNF 6aba4942-9194 0 2022-03-09T17:40:43.036Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6da608e1-c24e-4045-ba42-409ac0f11238 2022-03-09T17:40:43.036Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2948653b-d420-48cd-ade2-853c082ce953 2022-03-09T17:40:43.036Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2948653b-d420-48cd-ade2-853c082ce953 2022-03-09T17:40:43.036Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6aba4942-9194 0 6da608e1-c24e-4045-ba42-409ac0f11238 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:40:43.039Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c46747, org.onap.sdc.toscaparser.api.parameters.Input@155753ea, org.onap.sdc.toscaparser.api.parameters.Input@380ab268, org.onap.sdc.toscaparser.api.parameters.Input@584e1fe7, org.onap.sdc.toscaparser.api.parameters.Input@7c94b5f6] 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2948653b-d420-48cd-ade2-853c082ce953: pNF 6aba4942-9194 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Processing PNF resource: 6da608e1-c24e-4045-ba42-409ac0f11238 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gagjeymFplKmZmqENSzT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:40:43.040Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3968cd23-ce70-4e69-a0ae-ebedd3413cb9 is the same as notified resource customizationUUID: 3968cd23-ce70-4e69-a0ae-ebedd3413cb9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T17:40:43.060Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6aba4942-9194 6da608e1-c24e-4045-ba42-409ac0f11238 0 ASDC deployResourceStructure 2022-03-09T17:40:43.060Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar ASDC sendASDCNotification 2022-03-09T17:40:43.060Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar 2022-03-09T17:40:43.060Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:40:43.061Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:40:43.062Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:40:43.062Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847643060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:40:43.162Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:40:43.162Z||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-09T17:40:43.162Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:40:43.170Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:43.170Z||pool-159-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:40:44.062Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48c8a5e1-8048-4c0f-8bea-d8432e55269c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:40:44.068Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:40:44.069Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T17:40:44.070Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||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-09T17:40:44.073Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:41:14.073Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48c8a5e1-8048-4c0f-8bea-d8432e55269c 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-09T17:41:14.077Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48c8a5e1-8048-4c0f-8bea-d8432e55269c and serviceModelVersionId: 2948653b-d420-48cd-ade2-853c082ce953 2022-03-09T17:41:14.077Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db1c9602-5f2f-4ce2-97a3-ad99c25a7007 2022-03-09T17:41:14.077Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0 2022-03-09T17:41:14.081Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:41:14.105Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0|INFO|500||Invoke 2022-03-09T17:41:14.105Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48c8a5e1-8048-4c0f-8bea-d8432e55269c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c01d3684-61b8-43b8-892f-071b1edf77d1], X-ECOMP-RequestID=[48c8a5e1-8048-4c0f-8bea-d8432e55269c], X-TransactionId=[], X-ONAP-RequestID=[48c8a5e1-8048-4c0f-8bea-d8432e55269c], Content-Type=[application/merge-patch+json]} 2022-03-09T17:41:14.118Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:41:14.142Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?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/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:41:14:125-76515], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:41:14 GMT], Content-Type=[application/json]} 2022-03-09T17:41:14.143Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?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/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953","ERR.5.4.6114"]}}} 2022-03-09T17:41:14.143Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:41:14.145Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (ec=ERR.5.4.6114) 2022-03-09T17:41:14.146Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (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-09T17:41:14.146Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (ec=ERR.5.4.6114) 2022-03-09T17:41:14.146Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (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-09T17:41:14.149Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||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-09T17:41:14.149Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48c8a5e1-8048-4c0f-8bea-d8432e55269c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (ec=ERR.5.4.6114) 2022-03-09T17:41:14.149Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:41:14.150Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:14.151Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:14.151Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847674149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:41:14.251Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:14.251Z||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-09T17:41:14.252Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:14.262Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:14.262Z||pool-160-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-09T17:41:15.159Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:41:15.159Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7","serviceName":"Demo_pNF_3VRgTfd4fP5LWb8BtXbN","serviceVersion":"1.0","serviceUUID":"9f575ce0-74c2-4329-8ddb-dc0572406ee5","serviceDescription":"catalog service description","serviceInvariantUUID":"2a19dafd-774c-45cd-aa60-30d1cc4ec3b0","resources":[{"resourceInstanceName":"pNF fd9f81a8-1e7d 0","resourceName":"pNF fd9f81a8-1e7d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d9a86a0f-1dba-48a1-9474-e4e908a59b28","resourceInvariantUUID":"ef66e1e6-0cff-442a-b96c-51adfa74b222","resourceCustomizationUUID":"3244e9ff-1cb7-45e7-b38b-579397bb5693","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml","artifactChecksum":"MTk1ZTFhNzdmMDFkODkzYWRmNjg1MmRmMGEwNjJjNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"372192db-c51a-4854-b033-83a9bbaef9cc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74d45b1f-e96a-4977-a968-95e46d00deda","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7adb8b3e-be3e-4568-a7c8-b8e4c313b395","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDUxY2UxN2QwZjBiYmYyOTgwYTMxOTJhOWI5NDRhMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b5a99d4-728a-4e9f-af8d-9d9ba793a661","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e981103-3a3c-4aef-afb2-2550fa24095b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b97e6a4-f3bf-4401-bba2-388dc61bbd55","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml","artifactChecksum":"MTY1ZGJjZmQ0YzdhZGYwZWExMzBkZWQzYmU5ZTMxOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a0cbaf0-71da-4793-9576-a668bc0b2456","artifactVersion":"1"},{"artifactName":"service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar","artifactChecksum":"MGQ3YTAzNzA4NzU4MmQ4OGJjMDRkNjZlNDNmMmVlNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed9d3492-bf8c-48b1-8095-23e0aa8d13e4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:41:15.159Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:15.159Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:15.161Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:15.161Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:15.261Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:15.261Z||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-09T17:41:15.262Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:15.271Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:15.271Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:41:16.161Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:16.162Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:16.164Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:16.164Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:16.264Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:16.265Z||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-09T17:41:16.265Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:16.274Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:16.274Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:17.164Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:17.165Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:17.166Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:17.166Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:17.267Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:17.267Z||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-09T17:41:17.267Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:17.276Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:17.276Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:18.167Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:18.168Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:18.169Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:18.169Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:18.270Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:18.270Z||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-09T17:41:18.270Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:18.279Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:18.279Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:19.170Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:19.170Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:19.172Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:19.172Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:19.272Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:19.273Z||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-09T17:41:19.273Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:19.280Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:19.281Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:20.172Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:20.173Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:20.175Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:20.175Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:20.275Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:20.275Z||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-09T17:41:20.275Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:20.284Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:20.284Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:21.175Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:21.176Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:21.178Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:21.178Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:21.278Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:21.279Z||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-09T17:41:21.279Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:21.287Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:21.288Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:22.178Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:22.179Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:22.180Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:22.180Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:41:22.281Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:22.281Z||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-09T17:41:22.282Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:22.290Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:22.290Z||pool-168-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:23.182Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "serviceName": "Demo_pNF_3VRgTfd4fP5LWb8BtXbN", "serviceVersion": "1.0", "serviceUUID": "9f575ce0-74c2-4329-8ddb-dc0572406ee5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a19dafd-774c-45cd-aa60-30d1cc4ec3b0", "resources": [ { "resourceInstanceName": "pNF fd9f81a8-1e7d 0", "resourceCustomizationUUID": "3244e9ff-1cb7-45e7-b38b-579397bb5693", "resourceName": "pNF fd9f81a8-1e7d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d9a86a0f-1dba-48a1-9474-e4e908a59b28", "resourceInvariantUUID": "ef66e1e6-0cff-442a-b96c-51adfa74b222", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "artifactChecksum": "MGQ3YTAzNzA4NzU4MmQ4OGJjMDRkNjZlNDNmMmVlNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed9d3492-bf8c-48b1-8095-23e0aa8d13e4" } ], "workloadContext": "Production" } 2022-03-09T17:41:23.182Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:41:23.182Z|48c8a5e1-8048-4c0f-8bea-d8432e55269c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f575ce0-74c2-4329-8ddb-dc0572406ee5 ASDC 2022-03-09T17:41:23.182Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 ServiceName:Demo_pNF_3VRgTfd4fP5LWb8BtXbN ServiceVersion:1.0 ServiceUUID:9f575ce0-74c2-4329-8ddb-dc0572406ee5 ServiceInvariantUUID:2a19dafd-774c-45cd-aa60-30d1cc4ec3b0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar ArtifactUUID:ed9d3492-bf8c-48b1-8095-23e0aa8d13e4 ArtifactChecksum:MGQ3YTAzNzA4NzU4MmQ4OGJjMDRkNjZlNDNmMmVlNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fd9f81a8-1e7d 0 ResourceCustomizationUUID:3244e9ff-1cb7-45e7-b38b-579397bb5693 ResourceInvariantUUID:ef66e1e6-0cff-442a-b96c-51adfa74b222 ResourceName:pNF fd9f81a8-1e7d ResourceType:PNF ResourceUUID:d9a86a0f-1dba-48a1-9474-e4e908a59b28 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:41:23.183Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f575ce0-74c2-4329-8ddb-dc0572406ee5 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-09T17:41:23.198Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:41:23.199Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:41:23.199Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:41:23.199Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed9d3492-bf8c-48b1-8095-23e0aa8d13e4 from URL: /sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:23.199Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:41:23.199Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:24.049Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:41:24.052Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar ed9d3492-bf8c-48b1-8095-23e0aa8d13e4 82649 2022-03-09T17:41:24.052Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar ASDC sendASDCNotification 2022-03-09T17:41:24.052Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:24.052Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:41:24.052Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:24.054Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:24.054Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847684052, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:41:24.154Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:24.155Z||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-09T17:41:24.155Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:24.164Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:24.164Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:41:24.665Z||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-09T17:41:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:24.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847505536, "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-09T17:41:24.688Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:41:24.688Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847506347, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847501317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847510041, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "aai-ml", "timestamp": 1646847511045, "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-09T17:41:24.696Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:41:24.696Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:41:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847515117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:41:24.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:41:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847517124, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:41:24.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:41:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:41:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "clamp", "timestamp": 1646847518126, "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-09T17:41:24.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 2022-03-09T17:41:24.703Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:41:25.054Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:41:25.055Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:41:25.056Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed9d3492-bf8c-48b1-8095-23e0aa8d13e4, URL: /sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar to file: /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.056Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.056Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.056Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.131Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8786044136337603306/Definitions/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||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-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fd9f81a8-1e7d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||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-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.684Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||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-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Node template pNF fd9f81a8-1e7d 0 is matching search criteria 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF fd9f81a8-1e7d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Node template pNF fd9f81a8-1e7d 0 is matching search criteria 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:41:25.685Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF fd9f81a8-1e7d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.686Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3VRgTfd4fP5LWb8BtXbN Description:catalog service description Model UUID:9f575ce0-74c2-4329-8ddb-dc0572406ee5 Model Version:NULL Model InvariantUuid:2a19dafd-774c-45cd-aa60-30d1cc4ec3b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T17:41:25.692Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: d9a86a0f-1dba-48a1-9474-e4e908a59b28 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-09T17:41:25.694Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||pNF fd9f81a8-1e7d 0 2022-03-09T17:41:25.694Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d9a86a0f-1dba-48a1-9474-e4e908a59b28 2022-03-09T17:41:25.694Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9f575ce0-74c2-4329-8ddb-dc0572406ee5 2022-03-09T17:41:25.694Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9f575ce0-74c2-4329-8ddb-dc0572406ee5 2022-03-09T17:41:25.694Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fd9f81a8-1e7d 0 d9a86a0f-1dba-48a1-9474-e4e908a59b28 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a39753d, org.onap.sdc.toscaparser.api.parameters.Input@15ca3b9b, org.onap.sdc.toscaparser.api.parameters.Input@1f763b0e, org.onap.sdc.toscaparser.api.parameters.Input@6f4edae7, org.onap.sdc.toscaparser.api.parameters.Input@3e0fdaae] 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9f575ce0-74c2-4329-8ddb-dc0572406ee5: pNF fd9f81a8-1e7d 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Processing PNF resource: d9a86a0f-1dba-48a1-9474-e4e908a59b28 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:41:25.698Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3VRgTfd4fP5LWb8BtXbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:41:25.699Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3244e9ff-1cb7-45e7-b38b-579397bb5693 is the same as notified resource customizationUUID: 3244e9ff-1cb7-45e7-b38b-579397bb5693 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T17:41:25.722Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fd9f81a8-1e7d d9a86a0f-1dba-48a1-9474-e4e908a59b28 0 ASDC deployResourceStructure 2022-03-09T17:41:25.722Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar ASDC sendASDCNotification 2022-03-09T17:41:25.722Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar 2022-03-09T17:41:25.722Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:41:25.722Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:25.723Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:25.724Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847685722, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:41:25.824Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:25.824Z||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-09T17:41:25.824Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:25.833Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:25.833Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:26.724Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:41:26.731Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:41:26.732Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:41:26.732Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:41:26.732Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:41:26.732Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:41:26.732Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:41:26.733Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T17:41:26.733Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||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-09T17:41:26.736Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:41:56.736Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 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-09T17:41:56.739Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 and serviceModelVersionId: 9f575ce0-74c2-4329-8ddb-dc0572406ee5 2022-03-09T17:41:56.739Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a19dafd-774c-45cd-aa60-30d1cc4ec3b0 2022-03-09T17:41:56.739Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0 2022-03-09T17:41:56.743Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:41:56.763Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0|INFO|500||Invoke 2022-03-09T17:41:56.763Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b35aaf58-fe81-4a11-8ff1-92584746bc7e], X-ECOMP-RequestID=[e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7], X-TransactionId=[], X-ONAP-RequestID=[e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7], Content-Type=[application/merge-patch+json]} 2022-03-09T17:41:56.776Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:41:56.806Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?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/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:41:56:784-1906], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:41:56 GMT], Content-Type=[application/json]} 2022-03-09T17:41:56.807Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?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/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5","ERR.5.4.6114"]}}} 2022-03-09T17:41:56.808Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:41:56.810Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (ec=ERR.5.4.6114) 2022-03-09T17:41:56.810Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (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-09T17:41:56.810Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (ec=ERR.5.4.6114) 2022-03-09T17:41:56.810Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (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-09T17:41:56.813Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||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-09T17:41:56.813Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (ec=ERR.5.4.6114) 2022-03-09T17:41:56.814Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:41:56.814Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:56.815Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:56.815Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847716814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:41:56.915Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:56.916Z||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-09T17:41:56.916Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:56.928Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:56.928Z||pool-171-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-09T17:41:57.822Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:41:57.822Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|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-09T17:41:57.822Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:58.438Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:58.439Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:41:58.439Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c009070-0615-42d8-94d4-78b6732eed9c","serviceName":"vFW 2022-03-09 17-39-13","serviceVersion":"1.0","serviceUUID":"c5692967-db61-4695-9434-2910b848d397","serviceDescription":"catalog service description","serviceInvariantUUID":"2dca0edc-278c-4306-aa7f-ea2f74ad56e4","resources":[{"resourceInstanceName":"vFW bf4740b8-08a6 0","resourceName":"vFW bf4740b8-08a6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f73170c0-db9c-4d41-9d15-1b0b73d618ca","resourceInvariantUUID":"0ddd59e7-ae4b-487f-9f91-6f2492e90671","resourceCustomizationUUID":"c68e0797-2b98-4ff0-9678-f27d4c3deb11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml","artifactChecksum":"ZjJiMDdjMzdkZmU5YWFlYzcxNTM0NDgxZGI4NDI5M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f19aee2-42e8-4083-b2a1-9798d36f7a75","artifactVersion":"1"},{"artifactName":"vfwbf4740b808a60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json","artifactChecksum":"ZmJiOTVjODRlM2MxN2QyZmVjMWVmMjRiMjhhOGRiYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a8e10fc-93db-45b6-9c2a-36a17aafdd9e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f89faf9f-8243-4b12-8401-662e084b8cdd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml","artifactChecksum":"NWMzMDQ5Yzc1OWMxYmE0ZTEwMTBmNTEwZGIxY2U2Yzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f647c98c-9aa8-4929-8820-7ef99a28a9dd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0db27ae1-0490-44c8-b325-c5280b4df675","artifactVersion":"2","generatedFromUUID":"f89faf9f-8243-4b12-8401-662e084b8cdd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309173913-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml","artifactChecksum":"Zjk0NmIzNTQ5YTg0MDhkYzA3ZjcwOTM3YmU2OTI1NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a724899-91dd-4dd6-8764-df798e138b27","artifactVersion":"1"},{"artifactName":"service-Vfw20220309173913-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar","artifactChecksum":"YTMwZjZmNjA3OGI1YWViY2VlMDA1ZTE5MDE0OTNiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a94b703d-2318-44f1-80d5-1e16549e8f99","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:41:58.440Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:58.440Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:58.441Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:58.441Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:41:58.542Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:58.542Z||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-09T17:41:58.542Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:58.551Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:58.551Z||pool-172-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:41:59.442Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:41:59.442Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:41:59.444Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:41:59.444Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOTIFIED" } 2022-03-09T17:41:59.544Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:41:59.544Z||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-09T17:41:59.544Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:41:59.553Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:59.554Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:00.444Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:42:00.445Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:00.446Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:00.447Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:42:00.547Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:00.547Z||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-09T17:42:00.547Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:00.555Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:00.555Z||pool-174-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:01.447Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:42:01.447Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:01.449Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:01.449Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:01.549Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:01.549Z||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-09T17:42:01.550Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:01.558Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:01.558Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:02.449Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:42:02.450Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:02.451Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:02.451Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:42:02.551Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:02.551Z||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-09T17:42:02.551Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:02.559Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:02.559Z||pool-176-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:03.451Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:42:03.452Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:03.453Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:03.453Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:03.554Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:42:03.554Z||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-09T17:42:03.554Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:03.563Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:03.563Z||pool-177-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:04.454Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:42:04.455Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:04.456Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:04.456Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:42:04.556Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:04.557Z||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-09T17:42:04.557Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:04.565Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:04.565Z||pool-178-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:05.457Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "serviceName": "vFW 2022-03-09 17-39-13", "serviceVersion": "1.0", "serviceUUID": "c5692967-db61-4695-9434-2910b848d397", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2dca0edc-278c-4306-aa7f-ea2f74ad56e4", "resources": [ { "resourceInstanceName": "vFW bf4740b8-08a6 0", "resourceCustomizationUUID": "c68e0797-2b98-4ff0-9678-f27d4c3deb11", "resourceName": "vFW bf4740b8-08a6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f73170c0-db9c-4d41-9d15-1b0b73d618ca", "resourceInvariantUUID": "0ddd59e7-ae4b-487f-9f91-6f2492e90671", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbf4740b808a60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "artifactChecksum": "ZmJiOTVjODRlM2MxN2QyZmVjMWVmMjRiMjhhOGRiYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a8e10fc-93db-45b6-9c2a-36a17aafdd9e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f89faf9f-8243-4b12-8401-662e084b8cdd", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0db27ae1-0490-44c8-b325-c5280b4df675", "generatedFromUUID": "f89faf9f-8243-4b12-8401-662e084b8cdd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0db27ae1-0490-44c8-b325-c5280b4df675", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309173913-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "artifactChecksum": "YTMwZjZmNjA3OGI1YWViY2VlMDA1ZTE5MDE0OTNiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a94b703d-2318-44f1-80d5-1e16549e8f99" } ], "workloadContext": "Production" } 2022-03-09T17:42:05.457Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:42:05.457Z|e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5692967-db61-4695-9434-2910b848d397 ASDC 2022-03-09T17:42:05.458Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2c009070-0615-42d8-94d4-78b6732eed9c ServiceName:vFW 2022-03-09 17-39-13 ServiceVersion:1.0 ServiceUUID:c5692967-db61-4695-9434-2910b848d397 ServiceInvariantUUID:2dca0edc-278c-4306-aa7f-ea2f74ad56e4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309173913-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar ArtifactUUID:a94b703d-2318-44f1-80d5-1e16549e8f99 ArtifactChecksum:YTMwZjZmNjA3OGI1YWViY2VlMDA1ZTE5MDE0OTNiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bf4740b8-08a6 0 ResourceCustomizationUUID:c68e0797-2b98-4ff0-9678-f27d4c3deb11 ResourceInvariantUUID:0ddd59e7-ae4b-487f-9f91-6f2492e90671 ResourceName:vFW bf4740b8-08a6 ResourceType:VF ResourceUUID:f73170c0-db9c-4d41-9d15-1b0b73d618ca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbf4740b808a60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json ArtifactUUID:4a8e10fc-93db-45b6-9c2a-36a17aafdd9e ArtifactChecksum:ZmJiOTVjODRlM2MxN2QyZmVjMWVmMjRiMjhhOGRiYjg= 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/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml ArtifactUUID:f89faf9f-8243-4b12-8401-662e084b8cdd 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/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env ArtifactUUID:0db27ae1-0490-44c8-b325-c5280b4df675 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/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env ArtifactUUID:0db27ae1-0490-44c8-b325-c5280b4df675 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:42:05.458Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5692967-db61-4695-9434-2910b848d397 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-09T17:42:05.486Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:42:05.486Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:42:05.486Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:42:05.486Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a94b703d-2318-44f1-80d5-1e16549e8f99 from URL: /sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:05.487Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:42:05.487Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:06.280Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:42:06.284Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar a94b703d-2318-44f1-80d5-1e16549e8f99 98996 2022-03-09T17:42:06.284Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar ASDC sendASDCNotification 2022-03-09T17:42:06.284Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:06.284Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:42:06.284Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:06.285Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:06.285Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847726284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:42:06.386Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:42:06.386Z||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-09T17:42:06.386Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:06.395Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:06.395Z||pool-179-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:07.286Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:42:07.286Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:42:07.287Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a94b703d-2318-44f1-80d5-1e16549e8f99, URL: /sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar to file: /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:07.287Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309173913-csar.csar 2022-03-09T17:42:07.287Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:07.287Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:13.331Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14163915530230621049/Definitions/service-Vfw20220309173913-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-09T17:42:14.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:42:14.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:42:14.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T17:42:14.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf4740b8-08a6 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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-Vfw20220309173913-csar.csar 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:42:14.777Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.778Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.779Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:42:14.780Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:14.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bd91a0ad-cacc-4da1-820c-dae8338dda84 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:14.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8094b87-6fb7-44f0-83bb-59cbf88710d6 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f5310a8-733f-4db3-851d-23f980a4abec 2022-03-09T17:42:14.784Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:14.785Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 17-39-13 Description:catalog service description Model UUID:c5692967-db61-4695-9434-2910b848d397 Model Version:NULL Model InvariantUuid:2dca0edc-278c-4306-aa7f-ea2f74ad56e4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bf4740b8-08a6 Model UUID:43308f3a-f51f-4d86-94c0-4b1fc36e40c3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0ddd59e7-ae4b-487f-9f91-6f2492e90671 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c68e0797-2b98-4ff0-9678-f27d4c3deb11 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ba3723e9-d377-41be-acb8-d973dc646e4c ModelName:VfwBf4740b808a6..base_vfw..module-0 ModelUuid:8d8343a3-042f-40ed-8e97-780bebdaec20 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bd91a0ad-cacc-4da1-820c-dae8338dda84 ModelInvariantUuid:2fff5e7b-4286-4c87-a5fd-34a173b82339 ModelName:vFW bf4740b8-08a6-nodes.vfwCvfc ModelUuid:03e69de7-2d3f-4b75-80d1-b771f498f92f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a22933c2-7b04-4fda-99e9-8b42f2d384d5 ModelInvariantUuid:048fe35b-90e7-4ef8-90ce-5385b12bed62 ModelName:VfwBf4740b808a6.compute.nodes.heat.vfw ModelUuid:4ddfc134-9e35-4814-814c-220c0744e2ac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d8094b87-6fb7-44f0-83bb-59cbf88710d6 ModelInvariantUuid:fe3bdc46-ff31-43b3-8cf9-73fbd03b7e8d ModelName:vFW bf4740b8-08a6-nodes.vsnCvfc ModelUuid:d75ce17c-8a29-43d6-94a7-12cbecb136c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d70d09b4-8967-435e-b9bd-37477619c9f3 ModelInvariantUuid:b2e81985-8085-4b48-bfaf-9eba3927f250 ModelName:VfwBf4740b808a6.compute.nodes.heat.vsn ModelUuid:8d17643a-419e-4c47-8d33-2c2c8c7fb5ea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0f5310a8-733f-4db3-851d-23f980a4abec ModelInvariantUuid:25a7390e-3828-407c-b5d3-34b86faf9c4a ModelName:vFW bf4740b8-08a6-nodes.vpgCvfc ModelUuid:27251425-76c6-4103-9453-7b14b0c20b25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b9367fb1-95a3-4c38-bce4-9ff26a0077d4 ModelInvariantUuid:dbf556f4-b8d3-4ec5-8002-1200152f181f ModelName:VfwBf4740b808a6.compute.nodes.heat.vpg ModelUuid:5c38c79a-25f1-49dc-8ab3-df13629808ac 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-09T17:42:14.791Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f73170c0-db9c-4d41-9d15-1b0b73d618ca 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-09T17:42:14.792Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||vFW bf4740b8-08a6 0 2022-03-09T17:42:14.793Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f73170c0-db9c-4d41-9d15-1b0b73d618ca 2022-03-09T17:42:14.793Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a8e10fc-93db-45b6-9c2a-36a17aafdd9e from URL: /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json 2022-03-09T17:42:14.793Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:42:14.793Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json 2022-03-09T17:42:15.049Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:42:15.050Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json 4a8e10fc-93db-45b6-9c2a-36a17aafdd9e 785 2022-03-09T17:42:15.050Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json ASDC sendASDCNotification 2022-03-09T17:42:15.050Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json 2022-03-09T17:42:15.050Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:42:15.050Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:15.051Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:15.051Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847735050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:42:15.151Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:15.152Z||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-09T17:42:15.152Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:15.161Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:15.161Z||pool-180-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:16.052Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf4740b808a6..base_vfw..module-0", "vfModuleModelInvariantUUID": "ba3723e9-d377-41be-acb8-d973dc646e4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d8343a3-042f-40ed-8e97-780bebdaec20", "vfModuleModelCustomizationUUID": "da9f4af5-d6eb-447a-8851-3753522b5e93", "isBase": true, "artifacts": [ "f89faf9f-8243-4b12-8401-662e084b8cdd", "0db27ae1-0490-44c8-b325-c5280b4df675" ], "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-09T17:42:16.054Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf4740b808a6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d8343a3-042f-40ed-8e97-780bebdaec20 VfModuleModelInvariantUUID:ba3723e9-d377-41be-acb8-d973dc646e4c VfModuleModelDescription:NULL Artifacts UUID List:{ f89faf9f-8243-4b12-8401-662e084b8cdd , 0db27ae1-0490-44c8-b325-c5280b4df675 } 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-09T17:42:16.055Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf4740b808a6..base_vfw..module-0", "vfModuleModelInvariantUUID": "ba3723e9-d377-41be-acb8-d973dc646e4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d8343a3-042f-40ed-8e97-780bebdaec20", "vfModuleModelCustomizationUUID": "da9f4af5-d6eb-447a-8851-3753522b5e93", "isBase": true, "artifacts": [ "f89faf9f-8243-4b12-8401-662e084b8cdd", "0db27ae1-0490-44c8-b325-c5280b4df675" ], "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-09T17:42:16.055Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf4740b808a6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d8343a3-042f-40ed-8e97-780bebdaec20 VfModuleModelInvariantUUID:ba3723e9-d377-41be-acb8-d973dc646e4c VfModuleModelDescription:NULL Artifacts UUID List:{ f89faf9f-8243-4b12-8401-662e084b8cdd , 0db27ae1-0490-44c8-b325-c5280b4df675 } 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-09T17:42:16.055Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f89faf9f-8243-4b12-8401-662e084b8cdd from URL: /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml 2022-03-09T17:42:16.055Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:42:16.056Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml 2022-03-09T17:42:16.165Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:42:16.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml f89faf9f-8243-4b12-8401-662e084b8cdd 20368 2022-03-09T17:42:16.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:42:16.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml 2022-03-09T17:42:16.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:42:16.167Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:16.168Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:16.168Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847736166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:42:16.268Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:16.268Z||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-09T17:42:16.268Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:16.276Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:16.276Z||pool-181-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:17.168Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0db27ae1-0490-44c8-b325-c5280b4df675 from URL: /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env 2022-03-09T17:42:17.172Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:42:17.172Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env 2022-03-09T17:42:17.558Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:42:17.558Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env 0db27ae1-0490-44c8-b325-c5280b4df675 2098 2022-03-09T17:42:17.558Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:42:17.559Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env 2022-03-09T17:42:17.559Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:42:17.559Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:17.560Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:17.560Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847737558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:42:17.660Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:17.661Z||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-09T17:42:17.661Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:17.669Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:17.670Z||pool-182-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:18.561Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c5692967-db61-4695-9434-2910b848d397 2022-03-09T17:42:18.562Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf4740b8-08a6 0 f73170c0-db9c-4d41-9d15-1b0b73d618ca 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-09T17:42:18.574Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@421524de, org.onap.sdc.toscaparser.api.parameters.Input@7cd30fea, org.onap.sdc.toscaparser.api.parameters.Input@3baf462d, org.onap.sdc.toscaparser.api.parameters.Input@64b8a11, org.onap.sdc.toscaparser.api.parameters.Input@6d137dd2] 2022-03-09T17:42:18.575Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.576Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.576Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:42:18.576Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c68e0797-2b98-4ff0-9678-f27d4c3deb11 2022-03-09T17:42:18.576Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c68e0797-2b98-4ff0-9678-f27d4c3deb11 matches Tosca VF Customization UUID: c68e0797-2b98-4ff0-9678-f27d4c3deb11 2022-03-09T17:42:18.576Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c68e0797-2b98-4ff0-9678-f27d4c3deb11 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-09T17:42:18.578Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.578Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.579Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c68e0797-2b98-4ff0-9678-f27d4c3deb11: {\"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-09T17:42:18.579Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@124522fe 2022-03-09T17:42:18.579Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.579Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:42:18.580Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da9f4af5-d6eb-447a-8851-3753522b5e93 2022-03-09T17:42:18.580Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da9f4af5-d6eb-447a-8851-3753522b5e93 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-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.582Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:42:18.583Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.584Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:42:18.585Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.585Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bd91a0ad-cacc-4da1-820c-dae8338dda84 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-09T17:42:18.587Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.587Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.587Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:18.587Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.587Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.588Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.589Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8094b87-6fb7-44f0-83bb-59cbf88710d6 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-09T17:42:18.591Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.591Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.591Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is not matching search criteria 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:42:18.592Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:42:18.593Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:42:18.594Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:42:18.594Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:42:18.594Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f5310a8-733f-4db3-851d-23f980a4abec 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-09T17:42:18.596Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.596Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.596Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:42:18.596Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.597Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Node template vFW bf4740b8-08a6 0 is matching search criteria 2022-03-09T17:42:18.597Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bf4740b8-08a6 0] matching following query criteria: sdcType=VF, customizationUUID=c68e0797-2b98-4ff0-9678-f27d4c3deb11 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-09T17:42:18.598Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.598Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c5692967-db61-4695-9434-2910b848d397: vFW bf4740b8-08a6 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.599Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-09 17-39-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:42:18.600Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-09 17-39-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-09T17:42:18.732Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf4740b8-08a6 f73170c0-db9c-4d41-9d15-1b0b73d618ca 1 ASDC deployResourceStructure 2022-03-09T17:42:18.733Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json ASDC sendASDCNotification 2022-03-09T17:42:18.733Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json 2022-03-09T17:42:18.733Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:42:18.733Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:18.735Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:18.735Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847738733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:42:18.835Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:18.836Z||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-09T17:42:18.836Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:18.844Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:18.844Z||pool-183-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:19.736Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:42:19.736Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml 2022-03-09T17:42:19.737Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:42:19.737Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:19.738Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:19.738Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847739736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:42:19.839Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:19.839Z||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-09T17:42:19.839Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:19.847Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:19.847Z||pool-184-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:20.739Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:42:20.739Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env 2022-03-09T17:42:20.739Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:42:20.740Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:20.741Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:20.741Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847740739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:42:20.841Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:20.842Z||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-09T17:42:20.842Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:20.849Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:20.849Z||pool-185-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:42:21.742Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar ASDC sendASDCNotification 2022-03-09T17:42:21.742Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar 2022-03-09T17:42:21.742Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:42:21.742Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:42:21.744Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:42:21.744Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847741742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:42:21.844Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:42:21.844Z||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-09T17:42:21.844Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:21.853Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:21.853Z||pool-186-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:42:22.744Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:42:22.752Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:42:22.753Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:42:22.753Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:42:22.753Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:42:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:42:24.665Z||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-09T17:42:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:42:24.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "594c2b26-c0fa-4c31-aba4-07e21ee7267d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847585395, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d594c2b26-c0fa-4c31-aba4-07e21ee7267d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ec458edf-8a95-4573-af6a-df713a952d0d/model-vers/model-ver/e7f17e77-efb0-4f4d-bc8f-46bbe722d687) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/resourceInstances/pnfc683a01e0b020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846894972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847594576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:42:24.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:42:24.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:42:24.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847596227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLehjb2u4rwnftzgonqhm/1.0/artifacts/service-DemoPnfLehjb2u4rwnftzgonqhm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:42:24.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:42:52.754Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:42:52.759Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:42:52.760Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:42:52.761Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:42:52.761Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:43:22.761Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:43:22.767Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:22.768Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:43:22.768Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:43:22.768Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:43:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:43:24.664Z||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-09T17:43:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:43:24.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:43:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "649e95dd-d272-48bb-b3d2-504606828617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847627343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d649e95dd-d272-48bb-b3d2-504606828617 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db4eff5b-b2c8-4a20-b59f-72b1817b97de/model-vers/model-ver/17dc8360-9340-4a06-85f6-5bfcae2f6524) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/resourceInstances/pnf6aba494291940/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847641380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847643060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGagjeymfplkmzmqenszt/1.0/artifacts/service-DemoPnfGagjeymfplkmzmqenszt-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOTIFIED" } 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847644166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847652064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847645974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "ves-openapi-manager", "timestamp": 1646847646436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847646869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847653684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847647521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847654582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847654686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847654724, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847648399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847655347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "cds", "timestamp": 1646847655587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-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-09T17:43:24.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c009070-0615-42d8-94d4-78b6732eed9c 2022-03-09T17:43:24.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "policy-id", "timestamp": 1646847655688, "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-09T17:43:24.709Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c009070-0615-42d8-94d4-78b6732eed9c 2022-03-09T17:43:24.710Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847656236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847657801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847651317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847659197, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847660225, "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-09T17:43:24.717Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c009070-0615-42d8-94d4-78b6732eed9c 2022-03-09T17:43:24.717Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "multicloud-k8s-id", "timestamp": 1646847661228, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847662791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "aai-ml", "timestamp": 1646847663794, "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-09T17:43:24.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2c009070-0615-42d8-94d4-78b6732eed9c 2022-03-09T17:43:24.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:24.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847665140, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847667145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:43:24.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "clamp", "timestamp": 1646847668148, "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-09T17:43:24.730Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c009070-0615-42d8-94d4-78b6732eed9c 2022-03-09T17:43:24.730Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c8a5e1-8048-4c0f-8bea-d8432e55269c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847674149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d48c8a5e1-8048-4c0f-8bea-d8432e55269c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/db1c9602-5f2f-4ce2-97a3-ad99c25a7007/model-vers/model-ver/2948653b-d420-48cd-ade2-853c082ce953) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/resourceInstances/pnffd9f81a81e7d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847628353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:43:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847684052, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:43:24.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:43:52.768Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:43:52.774Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:43:52.775Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:43:52.775Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:43:52.775Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:43:52.775Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:44:22.776Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:44:22.781Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:44:22.782Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:44:22.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:44:22.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:44:22.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:44:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:44:24.665Z||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-09T17:44:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:44:24.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:44:24.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847685722, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3vrgtfd4fp5lwb8btxbn/1.0/artifacts/service-DemoPnf3vrgtfd4fp5lwb8btxbn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:44:24.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847716814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5a33b64-6ecc-4bab-8e1d-ff5d8189d3c7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a19dafd-774c-45cd-aa60-30d1cc4ec3b0/model-vers/model-ver/9f575ce0-74c2-4329-8ddb-dc0572406ee5) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "NOTIFIED" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847717822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847726284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847735050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847736166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847737558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847738733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/vfwbf4740b808a60_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847739736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847740739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/resourceInstances/vfwbf4740b808a60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:44:24.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:44:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847741742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309173913/1.0/artifacts/service-Vfw20220309173913-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:44:24.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:44:52.783Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:44:52.790Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:44:52.791Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:44:52.791Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:44:52.791Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:44:52.791Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:45:22.792Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:45:22.798Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:45:22.799Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:45:22.800Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:45:22.800Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:45:22.800Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:45:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:45:24.665Z||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-09T17:45:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:45:24.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:45:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:45:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "ves-openapi-manager", "timestamp": 1646847786436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847788399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847781869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847785974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847798976, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847799065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847799059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847800061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847800161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "cds", "timestamp": 1646847801022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:45:24.706Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c846bf4-d1f8-440a-b582-c3480630b5cd 2022-03-09T17:45:24.706Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:45:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "policy-id", "timestamp": 1646847801064, "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-09T17:45:24.713Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c846bf4-d1f8-440a-b582-c3480630b5cd 2022-03-09T17:45:24.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:45:24.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847801361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847794166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847802384, "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-09T17:45:24.724Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c846bf4-d1f8-440a-b582-c3480630b5cd 2022-03-09T17:45:24.724Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847802971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "multicloud-k8s-id", "timestamp": 1646847803387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:45:24.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:45:52.800Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:45:52.806Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:45:52.808Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:45:52.808Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:45:52.808Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:45:52.808Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:46:22.808Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:46:22.815Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:46:22.816Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:46:22.816Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:46:22.816Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:46:22.817Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:46:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:46:24.665Z||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-09T17:46:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:46:24.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:46:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847805135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847797521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847806350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847801317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847811001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:46:24.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "aai-ml", "timestamp": 1646847812005, "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-09T17:46:24.691Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4c846bf4-d1f8-440a-b582-c3480630b5cd 2022-03-09T17:46:24.691Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847815163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847818165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "clamp", "timestamp": 1646847819168, "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-09T17:46:24.700Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c846bf4-d1f8-440a-b582-c3480630b5cd 2022-03-09T17:46:24.700Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847841869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847845974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "ves-openapi-manager", "timestamp": 1646847846436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847856357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847856759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "cds", "timestamp": 1646847857577, "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-09T17:46:24.717Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69caf412-ee79-4c7e-8bed-663b32f0a52f 2022-03-09T17:46:24.717Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847857764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847848399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "policy-id", "timestamp": 1646847858766, "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-09T17:46:24.725Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69caf412-ee79-4c7e-8bed-663b32f0a52f 2022-03-09T17:46:24.725Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:46:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847859169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847860364, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847861654, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847862714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847854166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:46:24.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847864169, "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-09T17:46:24.735Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69caf412-ee79-4c7e-8bed-663b32f0a52f 2022-03-09T17:46:24.735Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:46:52.817Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:46:52.825Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:46:52.827Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:46:52.827Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:46:52.827Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:46:52.828Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:47:22.828Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:47:22.828Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c009070-0615-42d8-94d4-78b6732eed9c 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-09T17:47:22.832Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c009070-0615-42d8-94d4-78b6732eed9c and serviceModelVersionId: c5692967-db61-4695-9434-2910b848d397 2022-03-09T17:47:22.832Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2dca0edc-278c-4306-aa7f-ea2f74ad56e4 2022-03-09T17:47:22.833Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0 2022-03-09T17:47:22.837Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:47:22.859Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0|INFO|500||Invoke 2022-03-09T17:47:22.859Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c009070-0615-42d8-94d4-78b6732eed9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f80243ec-d7d9-4487-89e9-e417a2d68df8], X-ECOMP-RequestID=[2c009070-0615-42d8-94d4-78b6732eed9c], X-TransactionId=[], X-ONAP-RequestID=[2c009070-0615-42d8-94d4-78b6732eed9c], Content-Type=[application/merge-patch+json]} 2022-03-09T17:47:22.874Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:47:22.895Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?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/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:47:22:882-51232], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:47:22 GMT], Content-Type=[application/json]} 2022-03-09T17:47:22.896Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?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/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397","ERR.5.4.6114"]}}} 2022-03-09T17:47:22.896Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:47:22.899Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (ec=ERR.5.4.6114) 2022-03-09T17:47:22.899Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (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-09T17:47:22.899Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (ec=ERR.5.4.6114) 2022-03-09T17:47:22.899Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (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-09T17:47:22.904Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||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-09T17:47:22.904Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c009070-0615-42d8-94d4-78b6732eed9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (ec=ERR.5.4.6114) 2022-03-09T17:47:22.904Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:47:22.904Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:22.906Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:22.906Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848042904, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:47:23.006Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:23.006Z||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-09T17:47:23.006Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:23.017Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:23.017Z||pool-187-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-09T17:47:23.913Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:47:23.914Z|2c009070-0615-42d8-94d4-78b6732eed9c|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-09T17:47:23.915Z|2c009070-0615-42d8-94d4-78b6732eed9c|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:47:24.664Z||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-09T17:47:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:24.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847864892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "multicloud-k8s-id", "timestamp": 1646847865171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646847866802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847857521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847868842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847861317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847873299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "aai-ml", "timestamp": 1646847874302, "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-09T17:47:24.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 69caf412-ee79-4c7e-8bed-663b32f0a52f 2022-03-09T17:47:24.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847878173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847882185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:47:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "clamp", "timestamp": 1646847883188, "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-09T17:47:24.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69caf412-ee79-4c7e-8bed-663b32f0a52f 2022-03-09T17:47:24.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:47:29.149Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:29.150Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:47:29.150Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c846bf4-d1f8-440a-b582-c3480630b5cd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e52298d5-a35b-4abc-ab2d-172b2db543c4","serviceDescription":"service","serviceInvariantUUID":"b8680ece-c97f-44e1-99f8-a3d2b7a40c83","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f61ad3b-77de-4789-be39-ab990222d239","resourceInvariantUUID":"64a4dedd-4244-4c64-adf7-8f8b06e9fb5d","resourceCustomizationUUID":"4a624f73-5dbc-42ab-9a2d-f03223a2f19e","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":"OGQwMGNhYjEyYTU0ZWRkNTUzZGNhNmVmZTUwNmI5YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"283cc929-358d-4aad-9741-0348b2b80e3b","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":"MDc3ZTEzMTkzYWFjNjJmODFiMWFmOTU4ZWI1N2QwYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"519413fb-f04f-4e3a-b06c-e3470d8def6d","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":"558156dc-e792-459d-a5a2-bfc2c955463f","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":"e854a2fe-f1eb-4799-ac83-1704b1d8c8e7","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":"23b2c217-006e-4159-a2e6-7cb443da984a","artifactVersion":"2","generatedFromUUID":"558156dc-e792-459d-a5a2-bfc2c955463f"},{"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":"MjM3OTY2YmZlMGZhYzQ5NTE4NjYxNTBkZWM5OWM5NWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"84de7f01-02ce-4bae-8c7b-2c1979a923de","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":"NmFmMjMzY2JmNDkxNmI0NDBkNWY5MjUzN2VhZDQ4NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61018d60-2b1a-4423-9d33-8d774d8d3624","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2Q2OTFlNjBkYWY2NDY5ZDA2ZjJlODRjNDJmY2MwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d06ae72e-4585-451b-a1e7-620cf0fa1632","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:47:29.151Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:29.152Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:29.153Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:29.153Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:29.253Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:29.254Z||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-09T17:47:29.254Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:29.262Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:29.262Z||pool-188-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:30.153Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:30.154Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:30.156Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:30.156Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:47:30.256Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:30.256Z||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-09T17:47:30.257Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:30.264Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:30.265Z||pool-189-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:47:31.156Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:31.157Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:31.159Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:31.159Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:47:31.259Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:31.260Z||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-09T17:47:31.260Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:31.268Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:31.269Z||pool-190-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:32.159Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:32.160Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:32.161Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:32.161Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:32.261Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:32.262Z||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-09T17:47:32.262Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:32.270Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:32.270Z||pool-191-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:33.162Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:33.162Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:33.163Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:33.163Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:47:33.264Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:33.264Z||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-09T17:47:33.264Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:33.273Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:33.273Z||pool-192-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:47:34.164Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:34.164Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:34.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:34.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:34.266Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:34.267Z||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-09T17:47:34.267Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:34.276Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:34.276Z||pool-193-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:35.166Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:35.167Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:35.168Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:35.169Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:47:35.269Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:35.270Z||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-09T17:47:35.270Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:35.279Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:35.279Z||pool-194-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:36.169Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:47:36.170Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:36.171Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:36.171Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:47:36.271Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:36.272Z||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-09T17:47:36.272Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:36.281Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:36.281Z||pool-195-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:37.172Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e52298d5-a35b-4abc-ab2d-172b2db543c4", "serviceDescription": "service", "serviceInvariantUUID": "b8680ece-c97f-44e1-99f8-a3d2b7a40c83", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4a624f73-5dbc-42ab-9a2d-f03223a2f19e", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0f61ad3b-77de-4789-be39-ab990222d239", "resourceInvariantUUID": "64a4dedd-4244-4c64-adf7-8f8b06e9fb5d", "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": "MDc3ZTEzMTkzYWFjNjJmODFiMWFmOTU4ZWI1N2QwYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "519413fb-f04f-4e3a-b06c-e3470d8def6d", "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": "558156dc-e792-459d-a5a2-bfc2c955463f", "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": "23b2c217-006e-4159-a2e6-7cb443da984a", "generatedFromUUID": "558156dc-e792-459d-a5a2-bfc2c955463f" }, "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": "23b2c217-006e-4159-a2e6-7cb443da984a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "M2Q2OTFlNjBkYWY2NDY5ZDA2ZjJlODRjNDJmY2MwN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d06ae72e-4585-451b-a1e7-620cf0fa1632" } ], "workloadContext": "Production" } 2022-03-09T17:47:37.172Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:47:37.172Z|2c009070-0615-42d8-94d4-78b6732eed9c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e52298d5-a35b-4abc-ab2d-172b2db543c4 ASDC 2022-03-09T17:47:37.173Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4c846bf4-d1f8-440a-b582-c3480630b5cd ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e52298d5-a35b-4abc-ab2d-172b2db543c4 ServiceInvariantUUID:b8680ece-c97f-44e1-99f8-a3d2b7a40c83 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:d06ae72e-4585-451b-a1e7-620cf0fa1632 ArtifactChecksum:M2Q2OTFlNjBkYWY2NDY5ZDA2ZjJlODRjNDJmY2MwN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4a624f73-5dbc-42ab-9a2d-f03223a2f19e ResourceInvariantUUID:64a4dedd-4244-4c64-adf7-8f8b06e9fb5d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0f61ad3b-77de-4789-be39-ab990222d239 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:519413fb-f04f-4e3a-b06c-e3470d8def6d ArtifactChecksum:MDc3ZTEzMTkzYWFjNjJmODFiMWFmOTU4ZWI1N2QwYjQ= 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:558156dc-e792-459d-a5a2-bfc2c955463f 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:23b2c217-006e-4159-a2e6-7cb443da984a 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:23b2c217-006e-4159-a2e6-7cb443da984a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:47:37.173Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e52298d5-a35b-4abc-ab2d-172b2db543c4 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-09T17:47:37.193Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:47:37.194Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:47:37.194Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:47:37.194Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d06ae72e-4585-451b-a1e7-620cf0fa1632 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T17:47:37.194Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:47:37.194Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T17:47:37.407Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:47:37.409Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d06ae72e-4585-451b-a1e7-620cf0fa1632 78808 2022-03-09T17:47:37.410Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:37.410Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:37.410Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:47:37.410Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:37.411Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:37.411Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848057410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:37.511Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:37.512Z||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-09T17:47:37.512Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:37.520Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:37.520Z||pool-196-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:38.411Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:47:38.412Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:47:38.412Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d06ae72e-4585-451b-a1e7-620cf0fa1632, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:47:38.413Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-09T17:47:38.413Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:47:38.413Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:47:38.494Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2214342946593711000/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-09T17:47:39.305Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.306Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:47:39.307Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:39.308Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c355aa54-6536-4c0f-b96b-8f4e0278b505 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.309Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.310Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:39.310Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:39.310Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e52298d5-a35b-4abc-ab2d-172b2db543c4 Model Version:NULL Model InvariantUuid:b8680ece-c97f-44e1-99f8-a3d2b7a40c83 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:dbdccb3b-7757-4d89-8d8f-0428443610b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:64a4dedd-4244-4c64-adf7-8f8b06e9fb5d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4a624f73-5dbc-42ab-9a2d-f03223a2f19e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e25483e6-e69e-47c8-89d8-e66304ca78a6 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:9116929a-fa37-497d-9237-c6cd2c8f47b9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c355aa54-6536-4c0f-b96b-8f4e0278b505 ModelInvariantUuid:7da482b8-4ec2-4a42-a32b-db7fd31ed13c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7e835e3f-0c31-4780-ab44-c16daae4fb17 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fe75f97f-8447-4f1d-8a19-dc8f4303cca3 ModelInvariantUuid:3ed36b67-57d8-4d93-8c6a-ee490fc03ce9 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:fa9d757c-6aff-4111-828a-9835eea05a29 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-09T17:47:39.316Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f61ad3b-77de-4789-be39-ab990222d239 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-09T17:47:39.318Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-03-09T17:47:39.318Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f61ad3b-77de-4789-be39-ab990222d239 2022-03-09T17:47:39.319Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 519413fb-f04f-4e3a-b06c-e3470d8def6d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T17:47:39.319Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:47:39.319Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.366Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:47:39.366Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 519413fb-f04f-4e3a-b06c-e3470d8def6d 792 2022-03-09T17:47:39.366Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.366Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:39.366Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:47:39.367Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:39.368Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:39.368Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848059366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:39.468Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:39.469Z||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-09T17:47:39.469Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:39.477Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:39.477Z||pool-197-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:40.368Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e25483e6-e69e-47c8-89d8-e66304ca78a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9116929a-fa37-497d-9237-c6cd2c8f47b9", "vfModuleModelCustomizationUUID": "62ad2f9e-f0bf-4d1b-8308-ee465958a2e8", "isBase": true, "artifacts": [ "558156dc-e792-459d-a5a2-bfc2c955463f", "23b2c217-006e-4159-a2e6-7cb443da984a" ], "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-09T17:47:40.370Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9116929a-fa37-497d-9237-c6cd2c8f47b9 VfModuleModelInvariantUUID:e25483e6-e69e-47c8-89d8-e66304ca78a6 VfModuleModelDescription:NULL Artifacts UUID List:{ 558156dc-e792-459d-a5a2-bfc2c955463f , 23b2c217-006e-4159-a2e6-7cb443da984a } 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-09T17:47:40.371Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e25483e6-e69e-47c8-89d8-e66304ca78a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9116929a-fa37-497d-9237-c6cd2c8f47b9", "vfModuleModelCustomizationUUID": "62ad2f9e-f0bf-4d1b-8308-ee465958a2e8", "isBase": true, "artifacts": [ "558156dc-e792-459d-a5a2-bfc2c955463f", "23b2c217-006e-4159-a2e6-7cb443da984a" ], "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-09T17:47:40.372Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9116929a-fa37-497d-9237-c6cd2c8f47b9 VfModuleModelInvariantUUID:e25483e6-e69e-47c8-89d8-e66304ca78a6 VfModuleModelDescription:NULL Artifacts UUID List:{ 558156dc-e792-459d-a5a2-bfc2c955463f , 23b2c217-006e-4159-a2e6-7cb443da984a } 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-09T17:47:40.372Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 558156dc-e792-459d-a5a2-bfc2c955463f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T17:47:40.372Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:47:40.372Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:40.417Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:47:40.418Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 558156dc-e792-459d-a5a2-bfc2c955463f 5033 2022-03-09T17:47:40.418Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:40.418Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:40.418Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:47:40.418Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:40.419Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:40.420Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848060418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:40.520Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:40.520Z||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-09T17:47:40.520Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:40.529Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:40.529Z||pool-198-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:41.420Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 23b2c217-006e-4159-a2e6-7cb443da984a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T17:47:41.420Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:47:41.421Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:41.466Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:47:41.466Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 23b2c217-006e-4159-a2e6-7cb443da984a 903 2022-03-09T17:47:41.466Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:41.467Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:41.467Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:47:41.467Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:41.468Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:41.468Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848061466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:47:41.568Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:41.569Z||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-09T17:47:41.569Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:41.578Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:41.578Z||pool-199-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:42.468Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e52298d5-a35b-4abc-ab2d-172b2db543c4 2022-03-09T17:47:42.469Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0f61ad3b-77de-4789-be39-ab990222d239 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-09T17:47:42.479Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2787370d, org.onap.sdc.toscaparser.api.parameters.Input@efcfd82, org.onap.sdc.toscaparser.api.parameters.Input@5507dfc4, org.onap.sdc.toscaparser.api.parameters.Input@12ff72db, org.onap.sdc.toscaparser.api.parameters.Input@c5e00d6] 2022-03-09T17:47:42.480Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.480Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.480Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:47:42.481Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4a624f73-5dbc-42ab-9a2d-f03223a2f19e 2022-03-09T17:47:42.481Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a624f73-5dbc-42ab-9a2d-f03223a2f19e matches Tosca VF Customization UUID: 4a624f73-5dbc-42ab-9a2d-f03223a2f19e 2022-03-09T17:47:42.481Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4a624f73-5dbc-42ab-9a2d-f03223a2f19e 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-09T17:47:42.482Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.482Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4a624f73-5dbc-42ab-9a2d-f03223a2f19e: {\"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-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6735340a 2022-03-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62ad2f9e-f0bf-4d1b-8308-ee465958a2e8 2022-03-09T17:47:42.483Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62ad2f9e-f0bf-4d1b-8308-ee465958a2e8 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-09T17:47:42.485Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.485Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:42.485Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:42.485Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:47:42.486Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c355aa54-6536-4c0f-b96b-8f4e0278b505 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-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:47:42.488Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4a624f73-5dbc-42ab-9a2d-f03223a2f19e 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-09T17:47:42.489Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e52298d5-a35b-4abc-ab2d-172b2db543c4: basic_vm_macro 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.490Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:47:42.491Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:47:42.491Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:42.545Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0f61ad3b-77de-4789-be39-ab990222d239 1 ASDC deployResourceStructure 2022-03-09T17:47:42.545Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:42.545Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:42.545Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:47:42.545Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:42.547Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:42.547Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848062545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:47:42.647Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:42.647Z||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-09T17:47:42.648Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:42.655Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:42.656Z||pool-200-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:43.547Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:43.548Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:43.548Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:47:43.548Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:43.549Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:43.549Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848063547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:47:43.649Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:43.650Z||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-09T17:47:43.650Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:43.658Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:43.658Z||pool-201-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:44.550Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:44.550Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:44.550Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:47:44.550Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:44.552Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:44.552Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848064550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:47:44.652Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:44.652Z||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-09T17:47:44.653Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:44.660Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:44.660Z||pool-202-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:45.552Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:45.553Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:47:45.553Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:47:45.553Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:47:45.554Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:47:45.554Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848065552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:47:45.654Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:47:45.655Z||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-09T17:47:45.655Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:47:45.662Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:45.662Z||pool-203-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:47:46.555Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:47:46.560Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:47:46.562Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:47:46.562Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:47:46.562Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:47:46.562Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:48:16.562Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:48:16.568Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:48:16.569Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:48:16.570Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:48:16.570Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:48:16.570Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:48:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:48:24.665Z||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-09T17:48:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:48:24.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:48:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646847991869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646848010161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "cds", "timestamp": 1646848011164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-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-09T17:48:24.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:48:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848004166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848013069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848005974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848006436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848014693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848015019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848015152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848007521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848015695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848016022, "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-09T17:48:24.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:48:24.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "multicloud-k8s-id", "timestamp": 1646848008399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848016161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:48:24.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848016438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "policy-id", "timestamp": 1646848016698, "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-09T17:48:24.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:48:24.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "ves-openapi-manager", "timestamp": 1646848017163, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:48:24.730Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.730Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 and ComponentName 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-09T17:48:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848011317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:48:24.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848019944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:48:24.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "aai-ml", "timestamp": 1646848020948, "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-09T17:48:24.737Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.737Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:48:24.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848022199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848025205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "clamp", "timestamp": 1646848026207, "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-09T17:48:24.744Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 2022-03-09T17:48:24.745Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:48:24.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:48:24.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c009070-0615-42d8-94d4-78b6732eed9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848042904, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2c009070-0615-42d8-94d4-78b6732eed9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2dca0edc-278c-4306-aa7f-ea2f74ad56e4/model-vers/model-ver/c5692967-db61-4695-9434-2910b848d397) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:48:24.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:48:46.570Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:48:46.575Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:48:46.576Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:48:46.576Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:48:46.576Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:48:46.576Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:49:16.576Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:49:16.582Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:49:16.584Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:49:16.584Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:49:16.584Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:49:16.584Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:49:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:49:24.665Z||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-09T17:49:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:49:25.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:49:25.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848057410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848059366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848060418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848061466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848062545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848063547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848064550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848065552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848064166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848065974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "ves-openapi-manager", "timestamp": 1646848066436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848074129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848066869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848074687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848067521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848075643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848075690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848068399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848076095, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848076444, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "cds", "timestamp": 1646848076647, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:49:25.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 2022-03-09T17:49:25.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:49:25.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "policy-id", "timestamp": 1646848076692, "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-09T17:49:25.212Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 2022-03-09T17:49:25.212Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848077633, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848078926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848071317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848080090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848080999, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848081111, "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-09T17:49:25.219Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 2022-03-09T17:49:25.219Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:49:25.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "aai-ml", "timestamp": 1646848082003, "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-09T17:49:25.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 2022-03-09T17:49:25.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "multicloud-k8s-id", "timestamp": 1646848082114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848084210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848085213, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848086278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848087281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:49:25.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "clamp", "timestamp": 1646848088283, "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-09T17:49:25.233Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 2022-03-09T17:49:25.233Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:49:46.584Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:49:46.591Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:49:46.592Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:49:46.592Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:49:46.592Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:49:46.592Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:50:16.592Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:50:16.600Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:50:16.602Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:50:16.602Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:50:16.602Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:50:16.602Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:50:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:50:24.665Z||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-09T17:50:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:50:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:50:46.602Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:50:46.608Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:50:46.610Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:50:46.610Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:50:46.610Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:50:46.610Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:51:16.610Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:51:16.620Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:51:16.621Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:51:16.621Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:51:16.621Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:51:16.621Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:51:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:51:24.664Z||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-09T17:51:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:51:34.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:51:46.621Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:51:46.627Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:51:46.629Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:51:46.629Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:51:46.629Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:51:46.629Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:52:16.629Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:52:16.636Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:52:16.637Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:52:16.637Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:52:16.637Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:52:16.637Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:52:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:52:24.665Z||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-09T17:52:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:34.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:46.638Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:52:46.638Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd 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-09T17:52:46.642Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c846bf4-d1f8-440a-b582-c3480630b5cd and serviceModelVersionId: e52298d5-a35b-4abc-ab2d-172b2db543c4 2022-03-09T17:52:46.642Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8680ece-c97f-44e1-99f8-a3d2b7a40c83 2022-03-09T17:52:46.642Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0 2022-03-09T17:52:46.645Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:52:46.665Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0|INFO|500||Invoke 2022-03-09T17:52:46.665Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c846bf4-d1f8-440a-b582-c3480630b5cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b62a6bbc-88df-43ae-9b0b-5689925a6506], X-ECOMP-RequestID=[4c846bf4-d1f8-440a-b582-c3480630b5cd], X-TransactionId=[], X-ONAP-RequestID=[4c846bf4-d1f8-440a-b582-c3480630b5cd], Content-Type=[application/merge-patch+json]} 2022-03-09T17:52:46.678Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:52:46.698Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?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/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:52:46:686-16606], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:52:46 GMT], Content-Type=[application/json]} 2022-03-09T17:52:46.699Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?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/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4","ERR.5.4.6114"]}}} 2022-03-09T17:52:46.699Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:52:46.701Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (ec=ERR.5.4.6114) 2022-03-09T17:52:46.702Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (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-09T17:52:46.702Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (ec=ERR.5.4.6114) 2022-03-09T17:52:46.702Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (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-09T17:52:46.706Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||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-09T17:52:46.706Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c846bf4-d1f8-440a-b582-c3480630b5cd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (ec=ERR.5.4.6114) 2022-03-09T17:52:46.706Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:52:46.706Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:46.708Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:46.708Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848366706, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:52:46.808Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:46.808Z||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-09T17:52:46.808Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:46.816Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:46.816Z||pool-204-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-09T17:52:47.716Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:52:47.716Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"69caf412-ee79-4c7e-8bed-663b32f0a52f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1dc15ec5-2850-478a-b842-d195c0baf89b","serviceDescription":"service","serviceInvariantUUID":"b69511a3-4a70-4f1a-8c17-3a68e16a3099","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0319c211-35a8-499a-b20d-8b4e76e37e9f","resourceInvariantUUID":"1b9df202-9b41-4789-b32b-df563d8eafc6","resourceCustomizationUUID":"0bc9835c-cab5-4fb2-a951-aa00285e5f13","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":"NzU3ZWQ1MjI5YTI3ZjE5MjNmMDU0ZmQyYmM5ZDNhZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bf00d7d-d0ac-4d54-92fe-277c84a9ae95","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":"NWJlZDlmOGE3MmVlODZlNjNmMDJmNjc0Zjg0NWJiMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc647da5-b0e9-4dfc-8676-91da80746ab2","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":"3b733a32-55cc-419d-86a4-b1811ea6e777","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":"52ab8b17-cad6-4d17-ba23-11db14605df4","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":"b335ee1d-6c0e-4520-b7fa-63354d8ea22e","artifactVersion":"2","generatedFromUUID":"a21031b2-e398-4e65-b418-f1e07c58a730"},{"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":"54020aab-cd35-4a95-b2e4-1fb363fadc30","artifactVersion":"2","generatedFromUUID":"3b733a32-55cc-419d-86a4-b1811ea6e777"},{"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":"a21031b2-e398-4e65-b418-f1e07c58a730","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":"3a4db220-4ee0-42b9-a5c4-561c958bc06a","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":"MDVlM2YxYTg0ZmU4MDA1YjQzZTlmZGIxNjdiYjg2ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23d5cb75-08ef-4493-8027-050d38dafd3b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWEwY2YzNmM4NmRmYTUwNGM4YjE1N2IxYmJmZTQzOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3960cf2-2225-4124-aa26-ef819070bc2b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:52:47.716Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:47.717Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:47.718Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:47.718Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:52:47.818Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:47.819Z||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-09T17:52:47.819Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:47.827Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:47.827Z||pool-205-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:48.718Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:48.719Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:48.720Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:48.720Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:52:48.820Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:48.821Z||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-09T17:52:48.821Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:48.830Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:48.830Z||pool-206-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:49.720Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:49.721Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:49.722Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:49.722Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-09T17:52:49.822Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:49.823Z||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-09T17:52:49.823Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:49.831Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:49.832Z||pool-207-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:50.723Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:50.723Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:50.724Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:50.724Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:52:50.825Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:50.825Z||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-09T17:52:50.825Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:50.833Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:50.833Z||pool-208-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:51.725Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:51.725Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:51.727Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:51.727Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-09T17:52:51.827Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:51.828Z||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-09T17:52:51.828Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:51.835Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:51.836Z||pool-209-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:52:52.727Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:52.728Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:52.729Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:52.729Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-09T17:52:52.829Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:52.830Z||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-09T17:52:52.830Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:52.838Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:52.838Z||pool-210-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:53.730Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:53.730Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:53.732Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:53.732Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-09T17:52:53.832Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:53.833Z||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-09T17:52:53.833Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:53.841Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:53.841Z||pool-211-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:54.732Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:54.733Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:54.735Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:54.735Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:52:54.835Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:54.835Z||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-09T17:52:54.835Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:54.848Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:54.848Z||pool-212-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:55.735Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:55.736Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:55.737Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:55.737Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:52:55.837Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:55.838Z||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-09T17:52:55.838Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:55.846Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:55.846Z||pool-213-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:56.737Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:52:56.738Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:56.739Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:56.739Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:52:56.839Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:56.840Z||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-09T17:52:56.840Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:56.848Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:56.849Z||pool-214-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:57.740Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1dc15ec5-2850-478a-b842-d195c0baf89b", "serviceDescription": "service", "serviceInvariantUUID": "b69511a3-4a70-4f1a-8c17-3a68e16a3099", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "0bc9835c-cab5-4fb2-a951-aa00285e5f13", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0319c211-35a8-499a-b20d-8b4e76e37e9f", "resourceInvariantUUID": "1b9df202-9b41-4789-b32b-df563d8eafc6", "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": "NWJlZDlmOGE3MmVlODZlNjNmMDJmNjc0Zjg0NWJiMDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc647da5-b0e9-4dfc-8676-91da80746ab2", "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": "3b733a32-55cc-419d-86a4-b1811ea6e777", "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": "54020aab-cd35-4a95-b2e4-1fb363fadc30", "generatedFromUUID": "3b733a32-55cc-419d-86a4-b1811ea6e777" }, "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": "b335ee1d-6c0e-4520-b7fa-63354d8ea22e", "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": "54020aab-cd35-4a95-b2e4-1fb363fadc30", "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": "a21031b2-e398-4e65-b418-f1e07c58a730", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OWEwY2YzNmM4NmRmYTUwNGM4YjE1N2IxYmJmZTQzOGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3960cf2-2225-4124-aa26-ef819070bc2b" } ], "workloadContext": "Production" } 2022-03-09T17:52:57.740Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:52:57.740Z|4c846bf4-d1f8-440a-b582-c3480630b5cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1dc15ec5-2850-478a-b842-d195c0baf89b ASDC 2022-03-09T17:52:57.741Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:69caf412-ee79-4c7e-8bed-663b32f0a52f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1dc15ec5-2850-478a-b842-d195c0baf89b ServiceInvariantUUID:b69511a3-4a70-4f1a-8c17-3a68e16a3099 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:e3960cf2-2225-4124-aa26-ef819070bc2b ArtifactChecksum:OWEwY2YzNmM4NmRmYTUwNGM4YjE1N2IxYmJmZTQzOGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:0bc9835c-cab5-4fb2-a951-aa00285e5f13 ResourceInvariantUUID:1b9df202-9b41-4789-b32b-df563d8eafc6 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0319c211-35a8-499a-b20d-8b4e76e37e9f 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:cc647da5-b0e9-4dfc-8676-91da80746ab2 ArtifactChecksum:NWJlZDlmOGE3MmVlODZlNjNmMDJmNjc0Zjg0NWJiMDQ= 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:3b733a32-55cc-419d-86a4-b1811ea6e777 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:54020aab-cd35-4a95-b2e4-1fb363fadc30 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:b335ee1d-6c0e-4520-b7fa-63354d8ea22e 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:54020aab-cd35-4a95-b2e4-1fb363fadc30 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:a21031b2-e398-4e65-b418-f1e07c58a730 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:52:57.741Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1dc15ec5-2850-478a-b842-d195c0baf89b 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-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e3960cf2-2225-4124-aa26-ef819070bc2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:52:57.765Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-09T17:52:58.827Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:52:58.832Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e3960cf2-2225-4124-aa26-ef819070bc2b 158201 2022-03-09T17:52:58.832Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:52:58.832Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:52:58.832Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:52:58.832Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:52:58.833Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:52:58.833Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848378832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:52:58.933Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:52:58.934Z||pool-215-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-09T17:52:58.934Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:52:58.943Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:58.943Z||pool-215-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:52:59.834Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:52:59.835Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:52:59.835Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e3960cf2-2225-4124-aa26-ef819070bc2b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-09T17:52:59.835Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-09T17:52:59.836Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-09T17:52:59.836Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-09T17:52:59.919Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP633333033903805059/Definitions/service-BasicCnfMacro-template.yml 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:53:00.682Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.683Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.684Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d948ad8b-b617-40ef-9bc6-759cecda5b75 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.685Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:00.686Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1dc15ec5-2850-478a-b842-d195c0baf89b Model Version:NULL Model InvariantUuid:b69511a3-4a70-4f1a-8c17-3a68e16a3099 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:a4334e76-becb-4218-b8e5-f39df2e99611 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b9df202-9b41-4789-b32b-df563d8eafc6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bc9835c-cab5-4fb2-a951-aa00285e5f13 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6db0fe5c-f1b0-42d0-bc16-afd1180d0fdd ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b6e8ebbe-1e62-484d-afd3-299e90559c14 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ad45a099-1424-4fce-a7cb-3b299286afca ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:8eeaab6a-bb49-4fb0-9dcf-f25bd75e1cf2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d948ad8b-b617-40ef-9bc6-759cecda5b75 ModelInvariantUuid:e6991d79-4c72-4854-9887-5ffd8ce092c3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:17c26e2a-e84b-4354-8c0a-27200b149aca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:bf5813d4-9612-44c7-bb1f-07fabef92f12 ModelInvariantUuid:39578fe9-8305-40aa-94b4-d0c4e1cf7cc7 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a4b71c43-a5b1-4099-a628-58a6a5679e3e 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-09T17:53:00.691Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0319c211-35a8-499a-b20d-8b4e76e37e9f 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-09T17:53:00.692Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-03-09T17:53:00.692Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0319c211-35a8-499a-b20d-8b4e76e37e9f 2022-03-09T17:53:00.693Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc647da5-b0e9-4dfc-8676-91da80746ab2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-09T17:53:00.693Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:53:00.693Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.994Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:53:00.995Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cc647da5-b0e9-4dfc-8676-91da80746ab2 1565 2022-03-09T17:53:00.995Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.995Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:00.995Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:53:00.995Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:00.996Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:00.997Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848380995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:01.097Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:01.097Z||pool-216-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-09T17:53:01.097Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:01.106Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:01.107Z||pool-216-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:01.997Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ad45a099-1424-4fce-a7cb-3b299286afca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8eeaab6a-bb49-4fb0-9dcf-f25bd75e1cf2", "vfModuleModelCustomizationUUID": "8320618e-bbda-40c4-b345-6336fd2a8299", "isBase": true, "artifacts": [ "3b733a32-55cc-419d-86a4-b1811ea6e777", "54020aab-cd35-4a95-b2e4-1fb363fadc30" ], "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": "6db0fe5c-f1b0-42d0-bc16-afd1180d0fdd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6e8ebbe-1e62-484d-afd3-299e90559c14", "vfModuleModelCustomizationUUID": "94377680-8dca-400c-953a-f18fcbc7d476", "isBase": false, "artifacts": [ "a21031b2-e398-4e65-b418-f1e07c58a730" ], "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-09T17:53:02.000Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8eeaab6a-bb49-4fb0-9dcf-f25bd75e1cf2 VfModuleModelInvariantUUID:ad45a099-1424-4fce-a7cb-3b299286afca VfModuleModelDescription:NULL Artifacts UUID List:{ 3b733a32-55cc-419d-86a4-b1811ea6e777 , 54020aab-cd35-4a95-b2e4-1fb363fadc30 } 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:b6e8ebbe-1e62-484d-afd3-299e90559c14 VfModuleModelInvariantUUID:6db0fe5c-f1b0-42d0-bc16-afd1180d0fdd VfModuleModelDescription:NULL Artifacts UUID List:{ a21031b2-e398-4e65-b418-f1e07c58a730 } 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-09T17:53:02.001Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ad45a099-1424-4fce-a7cb-3b299286afca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8eeaab6a-bb49-4fb0-9dcf-f25bd75e1cf2", "vfModuleModelCustomizationUUID": "8320618e-bbda-40c4-b345-6336fd2a8299", "isBase": true, "artifacts": [ "3b733a32-55cc-419d-86a4-b1811ea6e777", "54020aab-cd35-4a95-b2e4-1fb363fadc30" ], "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": "6db0fe5c-f1b0-42d0-bc16-afd1180d0fdd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6e8ebbe-1e62-484d-afd3-299e90559c14", "vfModuleModelCustomizationUUID": "94377680-8dca-400c-953a-f18fcbc7d476", "isBase": false, "artifacts": [ "a21031b2-e398-4e65-b418-f1e07c58a730" ], "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-09T17:53:02.002Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8eeaab6a-bb49-4fb0-9dcf-f25bd75e1cf2 VfModuleModelInvariantUUID:ad45a099-1424-4fce-a7cb-3b299286afca VfModuleModelDescription:NULL Artifacts UUID List:{ 3b733a32-55cc-419d-86a4-b1811ea6e777 , 54020aab-cd35-4a95-b2e4-1fb363fadc30 } 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:b6e8ebbe-1e62-484d-afd3-299e90559c14 VfModuleModelInvariantUUID:6db0fe5c-f1b0-42d0-bc16-afd1180d0fdd VfModuleModelDescription:NULL Artifacts UUID List:{ a21031b2-e398-4e65-b418-f1e07c58a730 } 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-09T17:53:02.002Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3b733a32-55cc-419d-86a4-b1811ea6e777 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-09T17:53:02.002Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:53:02.002Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:02.328Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:53:02.329Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3b733a32-55cc-419d-86a4-b1811ea6e777 914 2022-03-09T17:53:02.329Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:02.329Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:02.329Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:53:02.329Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:02.331Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:02.331Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848382329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:02.431Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:02.431Z||pool-217-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-09T17:53:02.431Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:02.439Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:02.440Z||pool-217-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:53:03.331Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b335ee1d-6c0e-4520-b7fa-63354d8ea22e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-09T17:53:03.332Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:53:03.332Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:03.588Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:53:03.588Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b335ee1d-6c0e-4520-b7fa-63354d8ea22e 12 2022-03-09T17:53:03.589Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:03.589Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:03.589Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:53:03.589Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:03.591Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:03.591Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848383589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:03.691Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:03.691Z||pool-218-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-09T17:53:03.692Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:03.699Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:03.700Z||pool-218-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:53:04.591Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 54020aab-cd35-4a95-b2e4-1fb363fadc30 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-09T17:53:04.592Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:53:04.592Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:04.792Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:53:04.793Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 54020aab-cd35-4a95-b2e4-1fb363fadc30 96 2022-03-09T17:53:04.793Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:04.793Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:04.793Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:53:04.794Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:04.795Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:04.795Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848384793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:04.896Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:04.896Z||pool-219-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-09T17:53:04.896Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:04.905Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:04.905Z||pool-219-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:05.796Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a21031b2-e398-4e65-b418-f1e07c58a730 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-09T17:53:05.796Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:53:05.797Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:06.081Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:53:06.082Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a21031b2-e398-4e65-b418-f1e07c58a730 20206 2022-03-09T17:53:06.082Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:06.082Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:06.082Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:53:06.083Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:06.084Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:06.085Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848386082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:06.185Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:06.185Z||pool-220-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-09T17:53:06.185Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:06.194Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:06.194Z||pool-220-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:07.087Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1dc15ec5-2850-478a-b842-d195c0baf89b 2022-03-09T17:53:07.088Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0319c211-35a8-499a-b20d-8b4e76e37e9f 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-09T17:53:07.095Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fe9a0ea, org.onap.sdc.toscaparser.api.parameters.Input@44ba8a63, org.onap.sdc.toscaparser.api.parameters.Input@21812fd2, org.onap.sdc.toscaparser.api.parameters.Input@29951614, org.onap.sdc.toscaparser.api.parameters.Input@5b090d3c] 2022-03-09T17:53:07.095Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.096Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.096Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:53:07.096Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0bc9835c-cab5-4fb2-a951-aa00285e5f13 2022-03-09T17:53:07.096Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bc9835c-cab5-4fb2-a951-aa00285e5f13 matches Tosca VF Customization UUID: 0bc9835c-cab5-4fb2-a951-aa00285e5f13 2022-03-09T17:53:07.096Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0bc9835c-cab5-4fb2-a951-aa00285e5f13 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-09T17:53:07.098Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.098Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.099Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0bc9835c-cab5-4fb2-a951-aa00285e5f13: {\"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-09T17:53:07.099Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6283ab79 2022-03-09T17:53:07.099Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.099Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:53:07.100Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94377680-8dca-400c-953a-f18fcbc7d476 2022-03-09T17:53:07.100Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94377680-8dca-400c-953a-f18fcbc7d476 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-09T17:53:07.102Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.102Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:07.102Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:07.102Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.102Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:07.103Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:53:07.103Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.103Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-09T17:53:07.103Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0bc9835c-cab5-4fb2-a951-aa00285e5f13 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-09T17:53:07.105Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.105Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.105Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1dc15ec5-2850-478a-b842-d195c0baf89b: basic_cnf_macro 2022-03-09T17:53:07.105Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.105Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.106Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.107Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:53:07.107Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:53:07.107Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:07.136Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0319c211-35a8-499a-b20d-8b4e76e37e9f 2 ASDC deployResourceStructure 2022-03-09T17:53:07.136Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:07.136Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:07.136Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:53:07.136Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:07.138Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:07.138Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848387136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:53:07.238Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:07.239Z||pool-221-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-09T17:53:07.239Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:07.249Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:07.249Z||pool-221-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:08.138Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:08.139Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:08.139Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:53:08.139Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:08.140Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:08.140Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848388138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:53:08.240Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:08.241Z||pool-222-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-09T17:53:08.241Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:08.249Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:08.250Z||pool-222-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:09.141Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:09.142Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:09.142Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:53:09.142Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:09.143Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:09.143Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848389141, "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-09T17:53:09.244Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:09.245Z||pool-223-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-09T17:53:09.245Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:09.253Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:09.253Z||pool-223-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:10.145Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:10.145Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:10.145Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:53:10.145Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:10.146Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:10.146Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848390144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-09T17:53:10.246Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:10.247Z||pool-224-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-09T17:53:10.247Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:10.255Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:10.255Z||pool-224-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:11.147Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:11.147Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:11.147Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:53:11.148Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:11.149Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:11.149Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848391147, "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-09T17:53:11.249Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:11.249Z||pool-225-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-09T17:53:11.250Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:11.258Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:11.258Z||pool-225-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:53:12.149Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:12.150Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:53:12.150Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:53:12.150Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:53:12.151Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:53:12.151Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848392149, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:53:12.252Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:53:12.252Z||pool-226-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-09T17:53:12.252Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:12.259Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:12.260Z||pool-226-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:53:13.152Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:53:13.160Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:53:13.161Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:53:13.161Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:53:13.161Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:53:13.161Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:53:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:53:24.665Z||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-09T17:53:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:53:25.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:25.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c846bf4-d1f8-440a-b582-c3480630b5cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848366706, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c846bf4-d1f8-440a-b582-c3480630b5cd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b8680ece-c97f-44e1-99f8-a3d2b7a40c83/model-vers/model-ver/e52298d5-a35b-4abc-ab2d-172b2db543c4) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848378832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848380995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848382329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848383589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848384793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848386082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848387136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848388138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848389141, "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-09T17:53:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848390144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848391147, "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-09T17:53:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848392149, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:53:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:53:43.161Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:53:43.170Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:53:43.172Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:53:43.172Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:53:43.172Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:53:43.172Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:54:13.173Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:54:13.179Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:54:13.181Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:54:13.181Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:54:13.181Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:54:13.181Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:54:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:54:24.664Z||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-09T17:54:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:54:34.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:54:43.182Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:54:43.190Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:54:43.192Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:54:43.192Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:54:43.192Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:54:43.192Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:55:13.192Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:55:13.202Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:55:13.204Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:55:13.204Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:55:13.204Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:55:13.205Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:55:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:55:24.665Z||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-09T17:55:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:55:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:55:43.205Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:55:43.212Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:55:43.214Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:55:43.214Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:55:43.214Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:55:43.214Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:56:13.214Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:56:13.224Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:56:13.225Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:56:13.225Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:56:13.225Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:56:13.225Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:56:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:56:24.665Z||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-09T17:56:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:56:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:56:43.225Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:56:43.234Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:56:43.236Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:56:43.236Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:56:43.236Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:56:43.236Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:57:13.236Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:57:13.245Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:57:13.247Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:57:13.247Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:57:13.247Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:57:13.248Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:57:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:57:24.664Z||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-09T17:57:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:57:25.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848591869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "multicloud-k8s-id", "timestamp": 1646848588399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848606060, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "cds", "timestamp": 1646848607066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-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-09T17:57:25.306Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 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-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848604166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848612898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848605974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848606436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848614570, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848614689, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848607521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848615256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848615574, "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-09T17:57:25.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.323Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 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-09T17:57:25.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848615694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848616263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848616336, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "policy-id", "timestamp": 1646848616696, "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-09T17:57:25.333Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.333Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 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-09T17:57:25.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "ves-openapi-manager", "timestamp": 1646848617266, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:57:25.342Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 and ComponentName 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-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848611317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848620297, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "aai-ml", "timestamp": 1646848621301, "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-09T17:57:25.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.352Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 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-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848625297, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848627303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:57:25.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "clamp", "timestamp": 1646848628305, "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-09T17:57:25.361Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 533665bd-f01b-4816-be1f-730c4efb8614 2022-03-09T17:57:25.362Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533665bd-f01b-4816-be1f-730c4efb8614 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-09T17:57:43.248Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:57:43.257Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:57:43.259Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:57:43.259Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:57:43.260Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:57:43.260Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:58:13.260Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T17:58:13.260Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f 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-09T17:58:13.265Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69caf412-ee79-4c7e-8bed-663b32f0a52f and serviceModelVersionId: 1dc15ec5-2850-478a-b842-d195c0baf89b 2022-03-09T17:58:13.265Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b69511a3-4a70-4f1a-8c17-3a68e16a3099 2022-03-09T17:58:13.265Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0 2022-03-09T17:58:13.269Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:58:13.291Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0|INFO|500||Invoke 2022-03-09T17:58:13.291Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69caf412-ee79-4c7e-8bed-663b32f0a52f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f96e714-3131-4676-93e3-e686fc07e441], X-ECOMP-RequestID=[69caf412-ee79-4c7e-8bed-663b32f0a52f], X-TransactionId=[], X-ONAP-RequestID=[69caf412-ee79-4c7e-8bed-663b32f0a52f], Content-Type=[application/merge-patch+json]} 2022-03-09T17:58:13.306Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:58:13.333Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?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/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:58:13:314-74028], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:58:13 GMT], Content-Type=[application/json]} 2022-03-09T17:58:13.334Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?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/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b","ERR.5.4.6114"]}}} 2022-03-09T17:58:13.335Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:58:13.337Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (ec=ERR.5.4.6114) 2022-03-09T17:58:13.337Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (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-09T17:58:13.337Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (ec=ERR.5.4.6114) 2022-03-09T17:58:13.337Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (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-09T17:58:13.341Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||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-09T17:58:13.341Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69caf412-ee79-4c7e-8bed-663b32f0a52f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (ec=ERR.5.4.6114) 2022-03-09T17:58:13.341Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:58:13.342Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:13.343Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:13.343Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848693341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:58:13.443Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:13.444Z||pool-227-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-09T17:58:13.444Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:13.457Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:13.457Z||pool-227-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-09T17:58:14.355Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:58:14.355Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7217438d-5a97-4fc6-b86e-c48e6ad51eb9","serviceName":"Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI","serviceVersion":"1.0","serviceUUID":"e6beead8-86c5-4a5a-a11a-c9a35a9a98cd","serviceDescription":"catalog service description","serviceInvariantUUID":"f8deb074-1779-4a7e-8e88-8cd9ada8ca5f","resources":[{"resourceInstanceName":"pNF e8025eea-e0b9 0","resourceName":"pNF e8025eea-e0b9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2136c729-2c7b-4e74-96eb-14f067626ecc","resourceInvariantUUID":"695e0937-e2ea-400c-a009-bb0130c8a2f5","resourceCustomizationUUID":"82998537-51d0-47d1-9f92-b6bbecc3d5d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y5YzQ4ODExZTg4MzdiYzE3ZjQyZDAzNjhmOTkxOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc29f48f-1a73-4fef-9985-bcfa16546b46","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa838aca-86e5-4a4d-8439-443686877697","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d3b2f0d-db43-49c6-bcb2-b2bfb8eb25ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml","artifactChecksum":"YTg3ZGM5MWU5OGE1NzhlMjY5NTQ4MzczY2Q0MGYzYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7172ff25-af0e-4d9d-8b38-8dbbcb3caeb2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e41c40cf-63be-4169-b081-93d7a5a635fb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8f12f6a-3414-40e7-9d48-c8f98636b300","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml","artifactChecksum":"NGE5ZjZjZGVkMWM0NzE2ZjA5ZjBhMTlhMmJjM2RhZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0444cf2c-19af-4fd2-a41d-8d7283ec0c66","artifactVersion":"1"},{"artifactName":"service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar","artifactChecksum":"ZjBjOGFmMmJmZTlhZjBiM2MyMzU4ZDYyOTk4ZWVlMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2de830c7-ac97-4222-8678-57237abcf7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:58:14.356Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:14.356Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:14.357Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:14.358Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:14.458Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:14.458Z||pool-228-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-09T17:58:14.458Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:14.466Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:14.466Z||pool-228-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:15.358Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:15.359Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:15.360Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:15.360Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:15.460Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:15.461Z||pool-229-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-09T17:58:15.461Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:15.469Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:15.469Z||pool-229-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:16.361Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:16.361Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:16.362Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:16.362Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:16.463Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:16.463Z||pool-230-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-09T17:58:16.463Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:16.471Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:16.472Z||pool-230-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:17.363Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:17.364Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:17.366Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:17.366Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:17.466Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:17.466Z||pool-231-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-09T17:58:17.466Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:17.474Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:17.474Z||pool-231-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:18.366Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:18.367Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:18.368Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:18.368Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:18.468Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:18.469Z||pool-232-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-09T17:58:18.469Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:18.478Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:18.478Z||pool-232-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:19.369Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:19.369Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:19.371Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:19.371Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:19.471Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:19.472Z||pool-233-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-09T17:58:19.472Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:19.480Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:19.481Z||pool-233-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:20.372Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:20.372Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:20.374Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:20.374Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:20.475Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:58:20.475Z||pool-234-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-09T17:58:20.475Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:20.483Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:20.484Z||pool-234-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:21.375Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:58:21.375Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:21.376Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:21.377Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:58:21.477Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:21.477Z||pool-235-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-09T17:58:21.477Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:21.486Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:21.486Z||pool-235-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:22.377Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "serviceName": "Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI", "serviceVersion": "1.0", "serviceUUID": "e6beead8-86c5-4a5a-a11a-c9a35a9a98cd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f8deb074-1779-4a7e-8e88-8cd9ada8ca5f", "resources": [ { "resourceInstanceName": "pNF e8025eea-e0b9 0", "resourceCustomizationUUID": "82998537-51d0-47d1-9f92-b6bbecc3d5d1", "resourceName": "pNF e8025eea-e0b9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2136c729-2c7b-4e74-96eb-14f067626ecc", "resourceInvariantUUID": "695e0937-e2ea-400c-a009-bb0130c8a2f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "artifactChecksum": "ZjBjOGFmMmJmZTlhZjBiM2MyMzU4ZDYyOTk4ZWVlMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2de830c7-ac97-4222-8678-57237abcf7c9" } ], "workloadContext": "Production" } 2022-03-09T17:58:22.378Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:58:22.378Z|69caf412-ee79-4c7e-8bed-663b32f0a52f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e6beead8-86c5-4a5a-a11a-c9a35a9a98cd ASDC 2022-03-09T17:58:22.378Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7217438d-5a97-4fc6-b86e-c48e6ad51eb9 ServiceName:Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI ServiceVersion:1.0 ServiceUUID:e6beead8-86c5-4a5a-a11a-c9a35a9a98cd ServiceInvariantUUID:f8deb074-1779-4a7e-8e88-8cd9ada8ca5f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar ArtifactUUID:2de830c7-ac97-4222-8678-57237abcf7c9 ArtifactChecksum:ZjBjOGFmMmJmZTlhZjBiM2MyMzU4ZDYyOTk4ZWVlMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e8025eea-e0b9 0 ResourceCustomizationUUID:82998537-51d0-47d1-9f92-b6bbecc3d5d1 ResourceInvariantUUID:695e0937-e2ea-400c-a009-bb0130c8a2f5 ResourceName:pNF e8025eea-e0b9 ResourceType:PNF ResourceUUID:2136c729-2c7b-4e74-96eb-14f067626ecc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:58:22.378Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6beead8-86c5-4a5a-a11a-c9a35a9a98cd 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-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2de830c7-ac97-4222-8678-57237abcf7c9 from URL: /sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:58:22.396Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:22.530Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:58:22.532Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2de830c7-ac97-4222-8678-57237abcf7c9 82647 2022-03-09T17:58:22.532Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar ASDC sendASDCNotification 2022-03-09T17:58:22.533Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:22.533Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:58:22.533Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:22.534Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:22.534Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848702532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:58:22.634Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:22.635Z||pool-236-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-09T17:58:22.635Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:22.644Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:22.644Z||pool-236-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:23.534Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:58:23.535Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:58:23.536Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2de830c7-ac97-4222-8678-57237abcf7c9, URL: /sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar to file: /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:23.536Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:23.536Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:23.536Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:23.627Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7198918360383056234/Definitions/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml 2022-03-09T17:58:24.139Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.140Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e8025eea-e0b9 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Node template pNF e8025eea-e0b9 0 is matching search criteria 2022-03-09T17:58:24.141Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e8025eea-e0b9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Node template pNF e8025eea-e0b9 0 is matching search criteria 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e8025eea-e0b9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:58:24.142Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.143Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.144Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.144Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.144Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.144Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI Description:catalog service description Model UUID:e6beead8-86c5-4a5a-a11a-c9a35a9a98cd Model Version:NULL Model InvariantUuid:f8deb074-1779-4a7e-8e88-8cd9ada8ca5f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T17:58:24.148Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2136c729-2c7b-4e74-96eb-14f067626ecc 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-09T17:58:24.150Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||pNF e8025eea-e0b9 0 2022-03-09T17:58:24.150Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2136c729-2c7b-4e74-96eb-14f067626ecc 2022-03-09T17:58:24.150Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: e6beead8-86c5-4a5a-a11a-c9a35a9a98cd 2022-03-09T17:58:24.150Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e6beead8-86c5-4a5a-a11a-c9a35a9a98cd 2022-03-09T17:58:24.150Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e8025eea-e0b9 0 2136c729-2c7b-4e74-96eb-14f067626ecc ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:58:24.153Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fdd343a, org.onap.sdc.toscaparser.api.parameters.Input@3298ad23, org.onap.sdc.toscaparser.api.parameters.Input@36a52148, org.onap.sdc.toscaparser.api.parameters.Input@7b25d56c, org.onap.sdc.toscaparser.api.parameters.Input@2d8f52d6] 2022-03-09T17:58:24.153Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.154Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.154Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e6beead8-86c5-4a5a-a11a-c9a35a9a98cd: pNF e8025eea-e0b9 2022-03-09T17:58:24.154Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2136c729-2c7b-4e74-96eb-14f067626ecc 2022-03-09T17:58:24.154Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:58:24.155Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VqmB1fZYiQ8Dy1C3RpsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:58:24.156Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||Resource customization UUID: 82998537-51d0-47d1-9f92-b6bbecc3d5d1 is the same as notified resource customizationUUID: 82998537-51d0-47d1-9f92-b6bbecc3d5d1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T17:58:24.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e8025eea-e0b9 2136c729-2c7b-4e74-96eb-14f067626ecc 0 ASDC deployResourceStructure 2022-03-09T17:58:24.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar ASDC sendASDCNotification 2022-03-09T17:58:24.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar 2022-03-09T17:58:24.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:58:24.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:24.178Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:24.178Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848704177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:58:24.279Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:24.279Z||pool-237-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-09T17:58:24.279Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:24.288Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:24.288Z||pool-237-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:58:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:58:24.665Z||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-09T17:58:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:25.179Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:58:25.188Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:58:25.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:58:25.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:58:25.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:58:25.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:58:25.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:58:25.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T17:58:25.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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-09T17:58:25.194Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:58:25.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "69caf412-ee79-4c7e-8bed-663b32f0a52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848693341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d69caf412-ee79-4c7e-8bed-663b32f0a52f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b69511a3-4a70-4f1a-8c17-3a68e16a3099/model-vers/model-ver/1dc15ec5-2850-478a-b842-d195c0baf89b) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:58:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/resourceInstances/pnfe8025eeae0b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848043913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848702532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848704177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqmb1fzyiq8dy1c3rpsi/1.0/artifacts/service-DemoPnfVqmb1fzyiq8dy1c3rpsi-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:58:25.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:58:55.194Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 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-09T17:58:55.198Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 and serviceModelVersionId: e6beead8-86c5-4a5a-a11a-c9a35a9a98cd 2022-03-09T17:58:55.198Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8deb074-1779-4a7e-8e88-8cd9ada8ca5f 2022-03-09T17:58:55.199Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?depth=0 2022-03-09T17:58:55.202Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:58:55.231Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?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-09T17:58:55.232Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?depth=0|INFO|500||Invoke 2022-03-09T17:58:55.245Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T17:58:55.264Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T17:58:55.265Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:58:55:253-62394], Content-Length=[495], Date=[Wed, 09 Mar 2022 17:58:55 GMT], Content-Type=[application/json]} 2022-03-09T17:58:55.265Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd","ERR.5.4.6114"]}}} 2022-03-09T17:58:55.269Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (ec=ERR.5.4.6114) 2022-03-09T17:58:55.269Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (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-09T17:58:55.269Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (ec=ERR.5.4.6114) 2022-03-09T17:58:55.269Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (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-09T17:58:55.272Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||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-09T17:58:55.272Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7217438d-5a97-4fc6-b86e-c48e6ad51eb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (ec=ERR.5.4.6114) 2022-03-09T17:58:55.272Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T17:58:55.272Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:58:55.273Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:58:55.273Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848735272, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:58:55.373Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:58:55.374Z||pool-238-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-09T17:58:55.374Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:58:55.384Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:55.385Z||pool-238-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-09T17:58:56.288Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:58:56.288Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|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-09T17:58:56.288Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:01.166Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:01.167Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:59:01.167Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf7cdf06-5085-47d4-bc2d-d57a016fb5bc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"eb20c53a-1dab-4352-bf95-9463b9714a3c","serviceDescription":"service","serviceInvariantUUID":"477284c3-ddcc-4d97-a381-8d6cf8b1fa98","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20cfc72c-1f2d-4453-bfb2-267268376268","resourceInvariantUUID":"64b4dcb8-87ab-4510-9538-5b4d48427d49","resourceCustomizationUUID":"c0fd71cb-50e4-4268-bd79-ed3962143ae7","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":"748cf554-98f5-474d-9087-38fa3f3acfb8","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":"MDQ3NTM5YzM3Y2UzOTIyMTRhNjU5MTUxODJlNTY5NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9513823-d6ba-44c7-9fc1-5b730f76517c","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":"OWQ5YTJmOTY0YTlkZDIyYzlmMzc5NWEzM2IwMmY4YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ab43b45-aefb-47b4-a2b6-3bb07777636c","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":"abab3066-9f08-4010-859a-cf5343c79556","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":"d7221d91-7e3f-4392-a967-6a428e6d0d5f","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":"5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba","artifactVersion":"2","generatedFromUUID":"abab3066-9f08-4010-859a-cf5343c79556"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDc3MDUyNTI1YTBiN2I0YzI3ODdiOGMzMWIzZGU2NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f259985-bb58-4f65-9399-164e57a6fe19","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGE5MDk3ODY4OWNiYWQzMDdmM2ZhYTgxMjcyOTFhMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96ed8b7b-a896-414f-8ff3-e1863b268276","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:59:01.168Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:01.168Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:01.170Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:01.170Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:01.270Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:01.271Z||pool-239-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-09T17:59:01.271Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:01.282Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:01.282Z||pool-239-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:02.171Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:02.171Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:02.173Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:02.173Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:02.273Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:02.279Z||pool-240-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-09T17:59:02.279Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:02.290Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:02.290Z||pool-240-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:03.173Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:03.174Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:03.175Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:03.176Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:59:03.276Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:03.276Z||pool-241-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-09T17:59:03.276Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:03.284Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:03.285Z||pool-241-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:59:04.176Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:04.177Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:04.178Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:04.178Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:59:04.279Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:59:04.279Z||pool-242-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-09T17:59:04.279Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:04.288Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:04.289Z||pool-242-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:05.179Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:05.179Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:05.181Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:05.181Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:05.281Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:05.282Z||pool-243-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-09T17:59:05.282Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:05.294Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:05.294Z||pool-243-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:06.182Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:06.182Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:06.184Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:06.184Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:59:06.284Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:06.285Z||pool-244-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-09T17:59:06.285Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:06.293Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:06.294Z||pool-244-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:59:07.184Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:07.185Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:07.187Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:07.187Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:07.287Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:07.287Z||pool-245-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-09T17:59:07.287Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:07.295Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:07.295Z||pool-245-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:08.187Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:59:08.188Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:08.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:08.189Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:59:08.290Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:59:08.290Z||pool-246-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-09T17:59:08.290Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:08.299Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:08.299Z||pool-246-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:09.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "eb20c53a-1dab-4352-bf95-9463b9714a3c", "serviceDescription": "service", "serviceInvariantUUID": "477284c3-ddcc-4d97-a381-8d6cf8b1fa98", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c0fd71cb-50e4-4268-bd79-ed3962143ae7", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20cfc72c-1f2d-4453-bfb2-267268376268", "resourceInvariantUUID": "64b4dcb8-87ab-4510-9538-5b4d48427d49", "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": "OWQ5YTJmOTY0YTlkZDIyYzlmMzc5NWEzM2IwMmY4YWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ab43b45-aefb-47b4-a2b6-3bb07777636c", "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": "abab3066-9f08-4010-859a-cf5343c79556", "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": "5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba", "generatedFromUUID": "abab3066-9f08-4010-859a-cf5343c79556" }, "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": "5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MGE5MDk3ODY4OWNiYWQzMDdmM2ZhYTgxMjcyOTFhMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96ed8b7b-a896-414f-8ff3-e1863b268276" } ], "workloadContext": "Production" } 2022-03-09T17:59:09.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:59:09.190Z|7217438d-5a97-4fc6-b86e-c48e6ad51eb9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb20c53a-1dab-4352-bf95-9463b9714a3c ASDC 2022-03-09T17:59:09.191Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:cf7cdf06-5085-47d4-bc2d-d57a016fb5bc ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:eb20c53a-1dab-4352-bf95-9463b9714a3c ServiceInvariantUUID:477284c3-ddcc-4d97-a381-8d6cf8b1fa98 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:96ed8b7b-a896-414f-8ff3-e1863b268276 ArtifactChecksum:MGE5MDk3ODY4OWNiYWQzMDdmM2ZhYTgxMjcyOTFhMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c0fd71cb-50e4-4268-bd79-ed3962143ae7 ResourceInvariantUUID:64b4dcb8-87ab-4510-9538-5b4d48427d49 ResourceName:basicclamp ResourceType:VF ResourceUUID:20cfc72c-1f2d-4453-bfb2-267268376268 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:0ab43b45-aefb-47b4-a2b6-3bb07777636c ArtifactChecksum:OWQ5YTJmOTY0YTlkZDIyYzlmMzc5NWEzM2IwMmY4YWY= 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:abab3066-9f08-4010-859a-cf5343c79556 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:5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba 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:5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:59:09.191Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb20c53a-1dab-4352-bf95-9463b9714a3c 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-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 96ed8b7b-a896-414f-8ff3-e1863b268276 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:59:09.215Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T17:59:09.349Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:59:09.352Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 96ed8b7b-a896-414f-8ff3-e1863b268276 73670 2022-03-09T17:59:09.352Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:09.352Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:09.352Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:59:09.352Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:09.353Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:09.353Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848749352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:09.453Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:09.454Z||pool-247-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-09T17:59:09.454Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:09.461Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:09.461Z||pool-247-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:10.354Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:59:10.355Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T17:59:10.355Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 96ed8b7b-a896-414f-8ff3-e1863b268276, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:59:10.355Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-09T17:59:10.355Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:59:10.356Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:59:10.434Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3718077952540257133/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-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.219Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.220Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:59:11.221Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:11.222Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6efc4a3-1f90-41ed-974a-71c27a1f6b47 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:11.223Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:11.224Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:eb20c53a-1dab-4352-bf95-9463b9714a3c Model Version:NULL Model InvariantUuid:477284c3-ddcc-4d97-a381-8d6cf8b1fa98 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:5aefe535-ecf5-44ca-a75b-ed4bbcd91a5f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:64b4dcb8-87ab-4510-9538-5b4d48427d49 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0fd71cb-50e4-4268-bd79-ed3962143ae7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ddf2b7a8-ded9-4a2b-83e5-9106a16f5943 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:73711aa5-2872-46ec-9715-5b92f907643a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c6efc4a3-1f90-41ed-974a-71c27a1f6b47 ModelInvariantUuid:dbe0d00c-a723-4183-b3d7-7fd238fb96d7 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:abafe733-0413-4992-8b4e-162af6069ef3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0e743131-cdb0-4738-8b4f-65e54b6f0f41 ModelInvariantUuid:49770b97-20e8-4739-93b5-386410edf3ee ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:caf7c686-3a4d-46a5-af5a-53ee02f299b8 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-09T17:59:11.227Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 20cfc72c-1f2d-4453-bfb2-267268376268 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-09T17:59:11.228Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||basicclamp 0 2022-03-09T17:59:11.229Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20cfc72c-1f2d-4453-bfb2-267268376268 2022-03-09T17:59:11.229Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0ab43b45-aefb-47b4-a2b6-3bb07777636c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T17:59:11.229Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:59:11.229Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.339Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:59:11.339Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0ab43b45-aefb-47b4-a2b6-3bb07777636c 790 2022-03-09T17:59:11.339Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.340Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:11.340Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:59:11.340Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:11.341Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:11.342Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848751339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:11.442Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:11.442Z||pool-248-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-09T17:59:11.442Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:11.450Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:11.451Z||pool-248-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:12.342Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ddf2b7a8-ded9-4a2b-83e5-9106a16f5943", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73711aa5-2872-46ec-9715-5b92f907643a", "vfModuleModelCustomizationUUID": "c7666ef3-f0bd-4621-a803-ec652f9ffaea", "isBase": true, "artifacts": [ "abab3066-9f08-4010-859a-cf5343c79556", "5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba" ], "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-09T17:59:12.344Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:73711aa5-2872-46ec-9715-5b92f907643a VfModuleModelInvariantUUID:ddf2b7a8-ded9-4a2b-83e5-9106a16f5943 VfModuleModelDescription:NULL Artifacts UUID List:{ abab3066-9f08-4010-859a-cf5343c79556 , 5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba } 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-09T17:59:12.346Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ddf2b7a8-ded9-4a2b-83e5-9106a16f5943", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73711aa5-2872-46ec-9715-5b92f907643a", "vfModuleModelCustomizationUUID": "c7666ef3-f0bd-4621-a803-ec652f9ffaea", "isBase": true, "artifacts": [ "abab3066-9f08-4010-859a-cf5343c79556", "5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba" ], "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-09T17:59:12.346Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:73711aa5-2872-46ec-9715-5b92f907643a VfModuleModelInvariantUUID:ddf2b7a8-ded9-4a2b-83e5-9106a16f5943 VfModuleModelDescription:NULL Artifacts UUID List:{ abab3066-9f08-4010-859a-cf5343c79556 , 5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba } 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-09T17:59:12.346Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: abab3066-9f08-4010-859a-cf5343c79556 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T17:59:12.346Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:59:12.346Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml abab3066-9f08-4010-859a-cf5343c79556 5033 2022-03-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:59:12.461Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:12.462Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:12.463Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848752461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:12.563Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:12.563Z||pool-249-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-09T17:59:12.563Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:12.571Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:12.572Z||pool-249-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:13.463Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T17:59:13.463Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T17:59:13.464Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:13.671Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T17:59:13.672Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5a25aa91-0d49-45c8-a2c3-c2a1ba1101ba 909 2022-03-09T17:59:13.672Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:13.672Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:13.672Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:59:13.672Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:13.674Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:13.674Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848753672, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:13.774Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:13.774Z||pool-250-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-09T17:59:13.775Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:13.783Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:13.783Z||pool-250-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:14.674Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eb20c53a-1dab-4352-bf95-9463b9714a3c 2022-03-09T17:59:14.675Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 20cfc72c-1f2d-4453-bfb2-267268376268 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-09T17:59:14.682Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c9e06b7, org.onap.sdc.toscaparser.api.parameters.Input@676b5ee7, org.onap.sdc.toscaparser.api.parameters.Input@64bf7fee, org.onap.sdc.toscaparser.api.parameters.Input@61264c67, org.onap.sdc.toscaparser.api.parameters.Input@7d91554a] 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c0fd71cb-50e4-4268-bd79-ed3962143ae7 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0fd71cb-50e4-4268-bd79-ed3962143ae7 matches Tosca VF Customization UUID: c0fd71cb-50e4-4268-bd79-ed3962143ae7 2022-03-09T17:59:14.684Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c0fd71cb-50e4-4268-bd79-ed3962143ae7 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-09T17:59:14.685Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.685Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c0fd71cb-50e4-4268-bd79-ed3962143ae7: {\"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-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c79dd60 2022-03-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7666ef3-f0bd-4621-a803-ec652f9ffaea 2022-03-09T17:59:14.686Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7666ef3-f0bd-4621-a803-ec652f9ffaea 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-09T17:59:14.687Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:59:14.688Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:59:14.689Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6efc4a3-1f90-41ed-974a-71c27a1f6b47 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-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:59:14.690Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c0fd71cb-50e4-4268-bd79-ed3962143ae7 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-09T17:59:14.691Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.691Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.691Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid eb20c53a-1dab-4352-bf95-9463b9714a3c: basicclamp 2022-03-09T17:59:14.691Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:59:14.692Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:14.741Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 20cfc72c-1f2d-4453-bfb2-267268376268 1 ASDC deployResourceStructure 2022-03-09T17:59:14.742Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:14.742Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:14.742Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:59:14.742Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:14.744Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:14.744Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848754742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:59:14.844Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:14.844Z||pool-251-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-09T17:59:14.844Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:14.852Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:14.852Z||pool-251-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:15.745Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:15.745Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:15.746Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:59:15.746Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:15.748Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:15.748Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848755745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:59:15.848Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:15.848Z||pool-252-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-09T17:59:15.848Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:15.857Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:15.857Z||pool-252-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:16.748Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:16.749Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:16.749Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:59:16.749Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:16.750Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:16.750Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848756748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:59:16.851Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:16.851Z||pool-253-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-09T17:59:16.851Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:16.859Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:16.860Z||pool-253-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:17.751Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:17.752Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T17:59:17.752Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:59:17.752Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:59:17.753Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:59:17.753Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848757751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:59:17.853Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:59:17.854Z||pool-254-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-09T17:59:17.854Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:17.862Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:17.862Z||pool-254-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:59:18.754Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:59:18.761Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:59:18.762Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:59:18.762Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:59:18.762Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:59:18.763Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:59:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:59:24.665Z||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-09T17:59:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T17:59:25.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:25.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7217438d-5a97-4fc6-b86e-c48e6ad51eb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848735272, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7217438d-5a97-4fc6-b86e-c48e6ad51eb9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f8deb074-1779-4a7e-8e88-8cd9ada8ca5f/model-vers/model-ver/e6beead8-86c5-4a5a-a11a-c9a35a9a98cd) (ec\u003dERR.5.4.6114)" } 2022-03-09T17:59:25.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:59:25.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848749352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848751339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848752461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848753672, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848754742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848755745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848756748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:59:25.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848757751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:59:25.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:59:48.763Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:59:48.769Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T17:59:48.770Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:59:48.770Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:59:48.770Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:59:48.770Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:00:18.771Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:00:18.780Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:00:18.781Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:00:18.782Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:00:18.782Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:00:18.782Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:00:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:00:24.665Z||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-09T18:00:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:00:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:00:48.782Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:00:48.790Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:00:48.791Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:00:48.792Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:00:48.792Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:00:48.792Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:01:18.792Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:01:18.801Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:01:18.802Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:01:18.802Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:01:18.802Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:01:18.802Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:01:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:01:24.665Z||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-09T18:01:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:01:25.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:01:25.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:01:25.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:01:48.803Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:01:48.811Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:01:48.813Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:01:48.813Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:01:48.813Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:01:48.813Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:02:18.814Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:02:18.823Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:02:18.824Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:02:18.824Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:02:18.824Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:02:18.824Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:02:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:02:24.665Z||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-09T18:02:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:02:24.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:02:24.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:02:24.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:02:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:02:48.825Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:02:48.834Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:02:48.836Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:02:48.836Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:02:48.836Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:02:48.836Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:03:18.836Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:03:18.844Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:03:18.846Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:03:18.846Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:03:18.846Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:03:18.846Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:03:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:03:24.665Z||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-09T18:03:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:03:24.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:03:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:03:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:03:24.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:03:48.846Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:03:48.854Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:03:48.855Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:03:48.856Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:03:48.856Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:03:48.856Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:04:18.856Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-09T18:04:18.856Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc 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-09T18:04:18.860Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf7cdf06-5085-47d4-bc2d-d57a016fb5bc and serviceModelVersionId: eb20c53a-1dab-4352-bf95-9463b9714a3c 2022-03-09T18:04:18.860Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 477284c3-ddcc-4d97-a381-8d6cf8b1fa98 2022-03-09T18:04:18.860Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?depth=0 2022-03-09T18:04:18.863Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T18:04:18.881Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?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-09T18:04:18.882Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?depth=0|INFO|500||Invoke 2022-03-09T18:04:18.895Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T18:04:18.917Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T18:04:18.917Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-18:04:18:903-37158], Content-Length=[495], Date=[Wed, 09 Mar 2022 18:04:18 GMT], Content-Type=[application/json]} 2022-03-09T18:04:18.917Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c","ERR.5.4.6114"]}}} 2022-03-09T18:04:18.919Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (ec=ERR.5.4.6114) 2022-03-09T18:04:18.920Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (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-09T18:04:18.920Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (ec=ERR.5.4.6114) 2022-03-09T18:04:18.920Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (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-09T18:04:18.922Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||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-09T18:04:18.922Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf7cdf06-5085-47d4-bc2d-d57a016fb5bc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (ec=ERR.5.4.6114) 2022-03-09T18:04:18.922Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T18:04:18.922Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:18.923Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:18.924Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849058922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:04:19.024Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:19.024Z||pool-255-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-09T18:04:19.024Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:19.035Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:19.036Z||pool-255-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-09T18:04:19.933Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T18:04:19.933Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"533665bd-f01b-4816-be1f-730c4efb8614","serviceName":"Demo_pNF_4LZFyeUifFxaD2AzdHPp","serviceVersion":"1.0","serviceUUID":"413a7337-e6b9-4f90-b017-5bf5fa855756","serviceDescription":"catalog service description","serviceInvariantUUID":"b3868c8b-c87a-4e21-9156-8367cbf08590","resources":[{"resourceInstanceName":"pNF 956d4928-9697 0","resourceName":"pNF 956d4928-9697","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bddc192c-fd00-426d-bf97-35119f809322","resourceInvariantUUID":"ade58b5d-609d-4cde-8255-a68a49b188e1","resourceCustomizationUUID":"003eb550-af38-45bc-a4dc-c4da56a84b05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q3ZDI4OWQ1YTYyN2RhMmI2NDg0OGNkYzk0ZjIxNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43359b44-9668-4bf5-af4c-3cd7795f97d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c701a2e-86e5-4684-b848-0507d897b08d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5df8bebf-af3b-449a-bb90-89d523d5d324","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml","artifactChecksum":"ODg5MzkxODUyYzZhOGQyMGNlOWViZWQwZjk4YjYwMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e418c48-f573-4b45-91a8-6e4c116de35e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b2500ed-f914-4def-bd8c-9b542b3fafa0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c954895c-441d-40b8-aabd-629718006d8f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml","artifactChecksum":"YTIzMTgxODI2ZjAzYTQwZjVlODY2ZmQwNTE5ZGJjODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5991e5fc-a179-461c-b165-472575f84d48","artifactVersion":"1"},{"artifactName":"service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar","artifactChecksum":"OWMxMjUyNjBkZjdmZmE1MGEwMTc5ZWI1ZGE4YjVhNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0210959-afe5-483c-9c73-7bf7f9e5dc61","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T18:04:19.934Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:19.934Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:19.935Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:19.935Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:20.036Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:20.036Z||pool-256-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-09T18:04:20.036Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:20.044Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:20.044Z||pool-256-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:20.936Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:20.937Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:20.938Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:20.939Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:21.039Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:21.040Z||pool-257-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-09T18:04:21.040Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:21.048Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:21.048Z||pool-257-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:21.939Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:21.940Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:21.941Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:21.941Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:22.041Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:22.042Z||pool-258-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-09T18:04:22.042Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:22.049Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:22.049Z||pool-258-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:22.941Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:22.942Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:22.943Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:22.943Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:23.043Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:23.044Z||pool-259-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-09T18:04:23.044Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:23.051Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:23.052Z||pool-259-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:23.944Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:23.944Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:23.945Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:23.945Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.045Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:24.046Z||pool-260-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-09T18:04:24.046Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:24.054Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:24.054Z||pool-260-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:04:24.664Z||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-09T18:04:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:24.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848876869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848877521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848874166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848881317, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848892736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848892832, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848892891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T18:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "cds", "timestamp": 1646848894043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-09T18:04:24.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.703Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:04:24.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848894395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848885974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848886436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646848895398, "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-09T18:04:24.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:04:24.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848895886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848896305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848896386, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848896888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "multicloud-k8s-id", "timestamp": 1646848888399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "aai-ml", "timestamp": 1646848897309, "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-09T18:04:24.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.724Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:04:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848897393, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T18:04:24.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "policy-id", "timestamp": 1646848897891, "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-09T18:04:24.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:04:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "ves-openapi-manager", "timestamp": 1646848898395, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:04:24.742Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.742Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e and ComponentName 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-09T18:04:24.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848902340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848904346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:04:24.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "clamp", "timestamp": 1646848905348, "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-09T18:04:24.752Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 2022-03-09T18:04:24.752Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:04:24.946Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:24.946Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:24.948Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:24.948Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:25.048Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:25.048Z||pool-261-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-09T18:04:25.048Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:25.056Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:25.056Z||pool-261-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:25.948Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:25.949Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:25.950Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:25.950Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:04:26.050Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:26.050Z||pool-262-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-09T18:04:26.051Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:26.060Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:26.060Z||pool-262-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:26.950Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:04:26.951Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:26.952Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:26.952Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:04:27.052Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:27.053Z||pool-263-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-09T18:04:27.053Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:27.061Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:27.061Z||pool-263-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:27.953Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "serviceName": "Demo_pNF_4LZFyeUifFxaD2AzdHPp", "serviceVersion": "1.0", "serviceUUID": "413a7337-e6b9-4f90-b017-5bf5fa855756", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b3868c8b-c87a-4e21-9156-8367cbf08590", "resources": [ { "resourceInstanceName": "pNF 956d4928-9697 0", "resourceCustomizationUUID": "003eb550-af38-45bc-a4dc-c4da56a84b05", "resourceName": "pNF 956d4928-9697", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bddc192c-fd00-426d-bf97-35119f809322", "resourceInvariantUUID": "ade58b5d-609d-4cde-8255-a68a49b188e1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "artifactChecksum": "OWMxMjUyNjBkZjdmZmE1MGEwMTc5ZWI1ZGE4YjVhNDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0210959-afe5-483c-9c73-7bf7f9e5dc61" } ], "workloadContext": "Production" } 2022-03-09T18:04:27.953Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T18:04:27.953Z|cf7cdf06-5085-47d4-bc2d-d57a016fb5bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 413a7337-e6b9-4f90-b017-5bf5fa855756 ASDC 2022-03-09T18:04:27.953Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:533665bd-f01b-4816-be1f-730c4efb8614 ServiceName:Demo_pNF_4LZFyeUifFxaD2AzdHPp ServiceVersion:1.0 ServiceUUID:413a7337-e6b9-4f90-b017-5bf5fa855756 ServiceInvariantUUID:b3868c8b-c87a-4e21-9156-8367cbf08590 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar ArtifactUUID:e0210959-afe5-483c-9c73-7bf7f9e5dc61 ArtifactChecksum:OWMxMjUyNjBkZjdmZmE1MGEwMTc5ZWI1ZGE4YjVhNDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 956d4928-9697 0 ResourceCustomizationUUID:003eb550-af38-45bc-a4dc-c4da56a84b05 ResourceInvariantUUID:ade58b5d-609d-4cde-8255-a68a49b188e1 ResourceName:pNF 956d4928-9697 ResourceType:PNF ResourceUUID:bddc192c-fd00-426d-bf97-35119f809322 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T18:04:27.954Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 413a7337-e6b9-4f90-b017-5bf5fa855756 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-09T18:04:27.971Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:04:27.971Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:04:27.971Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:04:27.971Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0210959-afe5-483c-9c73-7bf7f9e5dc61 from URL: /sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:27.972Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T18:04:27.972Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:29.084Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T18:04:29.087Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar e0210959-afe5-483c-9c73-7bf7f9e5dc61 82651 2022-03-09T18:04:29.087Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar ASDC sendASDCNotification 2022-03-09T18:04:29.087Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:29.087Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T18:04:29.087Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:29.089Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:29.089Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849069087, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:04:29.189Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:29.189Z||pool-264-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-09T18:04:29.189Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:29.197Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:29.197Z||pool-264-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:30.089Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:04:30.090Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:04:30.090Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e0210959-afe5-483c-9c73-7bf7f9e5dc61, URL: /sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar to file: /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.090Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.091Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.091Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.169Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17305004860097850357/Definitions/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 956d4928-9697 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.696Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Node template pNF 956d4928-9697 0 is matching search criteria 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 956d4928-9697 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Node template pNF 956d4928-9697 0 is matching search criteria 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T18:04:30.697Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 956d4928-9697 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.698Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4LZFyeUifFxaD2AzdHPp Description:catalog service description Model UUID:413a7337-e6b9-4f90-b017-5bf5fa855756 Model Version:NULL Model InvariantUuid:b3868c8b-c87a-4e21-9156-8367cbf08590 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T18:04:30.703Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bddc192c-fd00-426d-bf97-35119f809322 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-09T18:04:30.705Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||pNF 956d4928-9697 0 2022-03-09T18:04:30.705Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bddc192c-fd00-426d-bf97-35119f809322 2022-03-09T18:04:30.705Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 413a7337-e6b9-4f90-b017-5bf5fa855756 2022-03-09T18:04:30.705Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 413a7337-e6b9-4f90-b017-5bf5fa855756 2022-03-09T18:04:30.705Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 956d4928-9697 0 bddc192c-fd00-426d-bf97-35119f809322 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T18:04:30.707Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f9f195, org.onap.sdc.toscaparser.api.parameters.Input@720975c2, org.onap.sdc.toscaparser.api.parameters.Input@60e7cdcf, org.onap.sdc.toscaparser.api.parameters.Input@53494320, org.onap.sdc.toscaparser.api.parameters.Input@e616585] 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 413a7337-e6b9-4f90-b017-5bf5fa855756: pNF 956d4928-9697 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Processing PNF resource: bddc192c-fd00-426d-bf97-35119f809322 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4LZFyeUifFxaD2AzdHPp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:04:30.708Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||Resource customization UUID: 003eb550-af38-45bc-a4dc-c4da56a84b05 is the same as notified resource customizationUUID: 003eb550-af38-45bc-a4dc-c4da56a84b05 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T18:04:30.733Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 956d4928-9697 bddc192c-fd00-426d-bf97-35119f809322 0 ASDC deployResourceStructure 2022-03-09T18:04:30.733Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar ASDC sendASDCNotification 2022-03-09T18:04:30.733Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar 2022-03-09T18:04:30.733Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T18:04:30.733Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:04:30.735Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:04:30.735Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849070733, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:04:30.835Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:04:30.836Z||pool-265-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-09T18:04:30.836Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:04:30.845Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:04:30.845Z||pool-265-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:04:31.735Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 533665bd-f01b-4816-be1f-730c4efb8614 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:04:31.743Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 533665bd-f01b-4816-be1f-730c4efb8614 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-09T18:04:31.744Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T18:04:31.745Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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-09T18:04:31.748Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T18:05:01.749Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 533665bd-f01b-4816-be1f-730c4efb8614 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-09T18:05:01.753Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 533665bd-f01b-4816-be1f-730c4efb8614 and serviceModelVersionId: 413a7337-e6b9-4f90-b017-5bf5fa855756 2022-03-09T18:05:01.753Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3868c8b-c87a-4e21-9156-8367cbf08590 2022-03-09T18:05:01.753Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?depth=0 2022-03-09T18:05:01.757Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T18:05:01.776Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?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-09T18:05:01.776Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?depth=0|INFO|500||Invoke 2022-03-09T18:05:01.791Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T18:05:01.828Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T18:05:01.828Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-18:05:01:799-64149], Content-Length=[495], Date=[Wed, 09 Mar 2022 18:05:01 GMT], Content-Type=[application/json]} 2022-03-09T18:05:01.829Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756","ERR.5.4.6114"]}}} 2022-03-09T18:05:01.831Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (ec=ERR.5.4.6114) 2022-03-09T18:05:01.831Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (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-09T18:05:01.831Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (ec=ERR.5.4.6114) 2022-03-09T18:05:01.832Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (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-09T18:05:01.835Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||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-09T18:05:01.835Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 533665bd-f01b-4816-be1f-730c4efb8614 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (ec=ERR.5.4.6114) 2022-03-09T18:05:01.835Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T18:05:01.835Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:01.836Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:01.836Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849101835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:05:01.937Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T18:05:01.937Z||pool-266-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-09T18:05:01.937Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:01.948Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:01.949Z||pool-266-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-09T18:05:02.847Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:05:02.847Z|533665bd-f01b-4816-be1f-730c4efb8614|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-09T18:05:02.847Z|533665bd-f01b-4816-be1f-730c4efb8614|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:07.181Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:07.182Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T18:05:07.182Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bf94b7a-43ce-4748-88cc-9f0f8ad2866e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"89ad6b39-33c2-473d-a157-6764bb848fa2","serviceDescription":"service","serviceInvariantUUID":"4a55ba98-4638-4231-8d13-6510575b6f52","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"57c92c78-776a-402c-98e0-3140b401e99f","resourceInvariantUUID":"dd473079-c497-4850-b24a-40eacf42770d","resourceCustomizationUUID":"84db0866-b6db-49c7-8a9b-42f0526fea67","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTFlZmZjMjY4M2E0OTE4MGVjYjE1Y2M0MzJhNmIyMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5172b7e6-a1ba-4205-b26c-52a8d2041265","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb644fa3-dc1d-4f55-8040-2100da023f2b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"378f3e25-1412-4e32-9704-dcd111b367ef","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTkzMjYzNmExOWU1NzViMGM1NzM4ZjhiNDhhNzUxOTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f1338f1-783f-4ae4-a659-32015006bc71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5d0174b-ba0b-4f3d-b5d7-e5224221a2de","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07f97ade-9c53-4c77-8b38-de236e32f2cc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fab889a0-6e0b-4d7d-8ebd-774a0ffd019d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MDg2OTA0YTRhZWQxM2QwYjQzZTkxYjY4MGI1NTE3MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90574e58-397a-4cd0-8957-a50ad86ee8bb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWNmYmMwNTZkZDM2ZGVkNjdhNTJhYjFlMjcwYmExOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd7b1506-ae16-48ed-bc69-155bed0c8735","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T18:05:07.183Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:07.183Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:07.185Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:07.185Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:07.285Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:07.286Z||pool-267-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-09T18:05:07.286Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:07.294Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:07.294Z||pool-267-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:08.185Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:08.186Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:08.187Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:08.187Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:08.287Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:08.288Z||pool-268-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-09T18:05:08.288Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:08.296Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:08.296Z||pool-268-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:09.188Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:09.188Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:09.190Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:09.190Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:09.290Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:09.291Z||pool-269-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-09T18:05:09.291Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:09.298Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:09.298Z||pool-269-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:10.190Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:10.191Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:10.192Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:10.192Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:10.293Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:10.293Z||pool-270-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-09T18:05:10.293Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:10.301Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:10.301Z||pool-270-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:11.193Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:11.193Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:11.195Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:11.195Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:11.295Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:11.296Z||pool-271-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-09T18:05:11.296Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:11.303Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:11.304Z||pool-271-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:12.196Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:12.196Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:12.197Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:12.197Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:12.298Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T18:05:12.298Z||pool-272-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-09T18:05:12.298Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:12.306Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:12.306Z||pool-272-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:13.198Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:13.199Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:13.200Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:13.200Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:13.300Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:13.300Z||pool-273-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-09T18:05:13.301Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:13.309Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:13.309Z||pool-273-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:14.200Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:14.201Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:14.202Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:14.202Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:14.303Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T18:05:14.303Z||pool-274-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-09T18:05:14.303Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:14.312Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:14.312Z||pool-274-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:15.203Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:05:15.203Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:15.204Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:15.204Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:05:15.305Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:15.305Z||pool-275-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-09T18:05:15.305Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:15.313Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:15.313Z||pool-275-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:16.205Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "89ad6b39-33c2-473d-a157-6764bb848fa2", "serviceDescription": "service", "serviceInvariantUUID": "4a55ba98-4638-4231-8d13-6510575b6f52", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "84db0866-b6db-49c7-8a9b-42f0526fea67", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "57c92c78-776a-402c-98e0-3140b401e99f", "resourceInvariantUUID": "dd473079-c497-4850-b24a-40eacf42770d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "OWNmYmMwNTZkZDM2ZGVkNjdhNTJhYjFlMjcwYmExOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd7b1506-ae16-48ed-bc69-155bed0c8735" } ], "workloadContext": "Production" } 2022-03-09T18:05:16.205Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T18:05:16.205Z|533665bd-f01b-4816-be1f-730c4efb8614|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89ad6b39-33c2-473d-a157-6764bb848fa2 ASDC 2022-03-09T18:05:16.206Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6bf94b7a-43ce-4748-88cc-9f0f8ad2866e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:89ad6b39-33c2-473d-a157-6764bb848fa2 ServiceInvariantUUID:4a55ba98-4638-4231-8d13-6510575b6f52 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:fd7b1506-ae16-48ed-bc69-155bed0c8735 ArtifactChecksum:OWNmYmMwNTZkZDM2ZGVkNjdhNTJhYjFlMjcwYmExOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:84db0866-b6db-49c7-8a9b-42f0526fea67 ResourceInvariantUUID:dd473079-c497-4850-b24a-40eacf42770d ResourceName:test-pnf ResourceType:PNF ResourceUUID:57c92c78-776a-402c-98e0-3140b401e99f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T18:05:16.206Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89ad6b39-33c2-473d-a157-6764bb848fa2 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-09T18:05:16.226Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:05:16.227Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:05:16.227Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:05:16.227Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd7b1506-ae16-48ed-bc69-155bed0c8735 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T18:05:16.227Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-09T18:05:16.227Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T18:05:17.055Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-09T18:05:17.058Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fd7b1506-ae16-48ed-bc69-155bed0c8735 105664 2022-03-09T18:05:17.058Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T18:05:17.058Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T18:05:17.058Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T18:05:17.058Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:17.059Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:17.059Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849117058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:05:17.159Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:17.160Z||pool-276-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-09T18:05:17.160Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:17.168Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:17.168Z||pool-276-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:18.060Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:05:18.060Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-09T18:05:18.061Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fd7b1506-ae16-48ed-bc69-155bed0c8735, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.061Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.061Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.061Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.137Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7309243394099613647/Definitions/service-TestPnfMacro-template.yml 2022-03-09T18:05:18.688Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.689Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T18:05:18.690Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.691Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.692Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.693Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:89ad6b39-33c2-473d-a157-6764bb848fa2 Model Version:NULL Model InvariantUuid:4a55ba98-4638-4231-8d13-6510575b6f52 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T18:05:18.696Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 57c92c78-776a-402c-98e0-3140b401e99f 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-09T18:05:18.698Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-03-09T18:05:18.698Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 57c92c78-776a-402c-98e0-3140b401e99f 2022-03-09T18:05:18.698Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 89ad6b39-33c2-473d-a157-6764bb848fa2 2022-03-09T18:05:18.698Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 89ad6b39-33c2-473d-a157-6764bb848fa2 2022-03-09T18:05:18.698Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 57c92c78-776a-402c-98e0-3140b401e99f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T18:05:18.701Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aac1616, org.onap.sdc.toscaparser.api.parameters.Input@345ef2a0, org.onap.sdc.toscaparser.api.parameters.Input@7d3bf6be, org.onap.sdc.toscaparser.api.parameters.Input@1c98ff55, org.onap.sdc.toscaparser.api.parameters.Input@61e5676] 2022-03-09T18:05:18.701Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.701Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.701Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 89ad6b39-33c2-473d-a157-6764bb848fa2: test-pnf 2022-03-09T18:05:18.701Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Processing PNF resource: 57c92c78-776a-402c-98e0-3140b401e99f 2022-03-09T18:05:18.702Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:05:18.702Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:05:18.702Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Resource customization UUID: 84db0866-b6db-49c7-8a9b-42f0526fea67 is the same as notified resource customizationUUID: 84db0866-b6db-49c7-8a9b-42f0526fea67 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T18:05:18.724Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 57c92c78-776a-402c-98e0-3140b401e99f 0 ASDC deployResourceStructure 2022-03-09T18:05:18.724Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T18:05:18.724Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T18:05:18.724Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T18:05:18.724Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:18.725Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:18.726Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849118724, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:05:18.826Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:18.826Z||pool-277-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-09T18:05:18.826Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:18.834Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:18.834Z||pool-277-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:05:19.726Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:05:19.735Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T18:05:19.737Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||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-09T18:05:19.741Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T18:05:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:05:24.665Z||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-09T18:05:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:24.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:24.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf7cdf06-5085-47d4-bc2d-d57a016fb5bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849058922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcf7cdf06-5085-47d4-bc2d-d57a016fb5bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/477284c3-ddcc-4d97-a381-8d6cf8b1fa98/model-vers/model-ver/eb20c53a-1dab-4352-bf95-9463b9714a3c) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:05:24.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T18:05:49.742Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e 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-09T18:05:49.746Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e and serviceModelVersionId: 89ad6b39-33c2-473d-a157-6764bb848fa2 2022-03-09T18:05:49.747Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a55ba98-4638-4231-8d13-6510575b6f52 2022-03-09T18:05:49.747Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0 2022-03-09T18:05:49.750Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T18:05:49.767Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0|INFO|500||Invoke 2022-03-09T18:05:49.767Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bf94b7a-43ce-4748-88cc-9f0f8ad2866e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a66a5532-19e5-43d3-92d4-66e69f8fe79c], X-ECOMP-RequestID=[6bf94b7a-43ce-4748-88cc-9f0f8ad2866e], X-TransactionId=[], X-ONAP-RequestID=[6bf94b7a-43ce-4748-88cc-9f0f8ad2866e], Content-Type=[application/merge-patch+json]} 2022-03-09T18:05:49.780Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T18:05:49.802Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?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/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-18:05:49:789-40636], Content-Length=[495], Date=[Wed, 09 Mar 2022 18:05:49 GMT], Content-Type=[application/json]} 2022-03-09T18:05:49.802Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?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/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2","ERR.5.4.6114"]}}} 2022-03-09T18:05:49.803Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T18:05:49.805Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (ec=ERR.5.4.6114) 2022-03-09T18:05:49.805Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (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-09T18:05:49.805Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (ec=ERR.5.4.6114) 2022-03-09T18:05:49.805Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (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-09T18:05:49.808Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||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-09T18:05:49.808Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bf94b7a-43ce-4748-88cc-9f0f8ad2866e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (ec=ERR.5.4.6114) 2022-03-09T18:05:49.808Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T18:05:49.808Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:05:49.809Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:05:49.809Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849149808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:05:49.909Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:05:49.910Z||pool-278-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-09T18:05:49.910Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:05:49.921Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:05:49.922Z||pool-278-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-09T18:05:50.819Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:05:50.819Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:05:50.819Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:00.349Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:00.349Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:00.350Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:06:00.350Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:09.881Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:09.881Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:09.882Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:06:09.882Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:19.412Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:19.413Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:19.413Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:06:19.413Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:24.664Z||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-09T18:06:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:24.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:24.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T18:06:24.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/resourceInstances/pnf956d492896970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:06:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T18:06:28.941Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:28.941Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:28.942Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:06:28.942Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:38.470Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:38.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:38.471Z||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-09T18:06:38.471Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:48.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:48.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:48.002Z||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-09T18:06:48.002Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:06:57.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:06:57.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:06:57.531Z||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-09T18:06:57.531Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:07.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:07.061Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:07.061Z||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-09T18:07:07.061Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:16.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:16.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:16.592Z||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-09T18:07:16.592Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:24.664Z||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-09T18:07:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:24.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:24.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646848736288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849069087, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849070733, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4lzfyeuiffxad2azdhpp/1.0/artifacts/service-DemoPnf4lzfyeuiffxad2azdhpp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "533665bd-f01b-4816-be1f-730c4efb8614", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849101835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d533665bd-f01b-4816-be1f-730c4efb8614 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b3868c8b-c87a-4e21-9156-8367cbf08590/model-vers/model-ver/413a7337-e6b9-4f90-b017-5bf5fa855756) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849102846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849117058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849118724, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:07:24.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:07:26.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:26.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:26.121Z||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-09T18:07:26.122Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:35.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:35.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:35.649Z||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-09T18:07:35.649Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:45.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:45.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:45.177Z||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-09T18:07:45.177Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:07:54.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:07:54.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:07:54.702Z||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-09T18:07:54.702Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:04.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:04.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:04.234Z||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-09T18:08:04.234Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:13.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:13.762Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:13.762Z||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-09T18:08:13.762Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:23.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:23.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:23.295Z||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-09T18:08:23.295Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:24.665Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:08:24.665Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:25.182Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:25.183Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T18:08:25.183Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bf94b7a-43ce-4748-88cc-9f0f8ad2866e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849149808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6bf94b7a-43ce-4748-88cc-9f0f8ad2866e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4a55ba98-4638-4231-8d13-6510575b6f52/model-vers/model-ver/89ad6b39-33c2-473d-a157-6764bb848fa2) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:08:25.184Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:08:32.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:32.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:32.839Z||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-09T18:08:32.839Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:42.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:42.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:42.365Z||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-09T18:08:42.365Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:08:51.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:08:51.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:08:51.894Z||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-09T18:08:51.894Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:01.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:01.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:01.422Z||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-09T18:09:01.422Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:10.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:10.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:10.953Z||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-09T18:09:10.953Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:20.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:20.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:20.482Z||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-09T18:09:20.482Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:24.664Z||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-09T18:09:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:30.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:30.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:30.010Z||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-09T18:09:30.010Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:34.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:39.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:39.540Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:39.540Z||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-09T18:09:39.540Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:49.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:49.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:49.073Z||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-09T18:09:49.073Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:09:58.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:09:58.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:09:58.601Z||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-09T18:09:58.601Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:08.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:08.126Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:10:08.127Z||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-09T18:10:08.127Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:17.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:17.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:10:17.654Z||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-09T18:10:17.654Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:24.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:24.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T18:10:24.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef15e75e-d19d-45a5-b275-fbb59b5e4363","serviceName":"Demo_pNF_8Tuw7Shx2nY1ltoPePc0","serviceVersion":"1.0","serviceUUID":"29cb22dc-1d33-4221-8e2b-3f719ed2bc16","serviceDescription":"catalog service description","serviceInvariantUUID":"678b8a2c-da32-4168-8455-c90121f55b99","resources":[{"resourceInstanceName":"pNF 5c4ac1c5-3671 0","resourceName":"pNF 5c4ac1c5-3671","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"116ae27c-6f5b-4772-bd94-c180b5ab2993","resourceInvariantUUID":"33c9488e-da71-4cc5-ae4a-4a44dfc19ade","resourceCustomizationUUID":"2b120a07-cf19-458a-897a-0dde1abbc2a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml","artifactChecksum":"NWEyNWE3OTI5Yzc0OGI2MzU2MjU2MzQ0YzFmYWZlMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af32a6f7-271b-4758-be9d-9e5052706ead","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c1b738c-2080-4547-a78b-43ab98bd31ce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0236380b-f69e-41e0-85e1-d98de6de98f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml","artifactChecksum":"YmQxYjExY2ZiNDhlOTAzNmQ4ZTdiZGI1ZGRlNDliNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b86cf4e-50f4-4acf-b0f0-718b815eda88","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff075050-febc-4f83-9e53-8186e4c5cef5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"759d6db9-84bb-4ed7-84f0-6ca8f4247802","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml","artifactChecksum":"NTZlYjQzNzMzY2EzZjMxZWE2MTVhOGU3NGViNmFjYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3379ccbc-7a79-485d-b525-399cc91e5057","artifactVersion":"1"},{"artifactName":"service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar","artifactChecksum":"NGRiOThiZDcxZmM2ZDBjNTUzNTNkMWVmYjRhMjNhMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b657290-9066-4679-94da-653bd0b9efc2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T18:10:24.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:24.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:24.602Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:24.602Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:10:24.664Z||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-09T18:10:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:24.702Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:24.702Z||pool-279-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-09T18:10:24.702Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:24.710Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:24.710Z||pool-279-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:24.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:24.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:10:24.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:24.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:10:25.603Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:25.604Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:25.606Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:25.606Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:25.706Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:25.706Z||pool-280-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-09T18:10:25.706Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:25.717Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:25.717Z||pool-280-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:26.606Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:26.607Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:26.608Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:26.608Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:26.708Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:26.709Z||pool-281-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-09T18:10:26.709Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:26.720Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:26.720Z||pool-281-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:27.608Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:27.609Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:27.610Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:27.610Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:27.710Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:27.711Z||pool-282-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-09T18:10:27.711Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:27.721Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:27.721Z||pool-282-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:28.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:28.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:28.613Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:28.613Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:28.713Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:28.714Z||pool-283-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-09T18:10:28.714Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:28.725Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:28.726Z||pool-283-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:29.613Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:29.614Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:29.615Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:29.616Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:29.716Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:29.716Z||pool-284-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-09T18:10:29.716Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:29.730Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:29.731Z||pool-284-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:30.616Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:30.617Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:30.618Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:30.618Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:10:30.718Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:30.719Z||pool-285-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-09T18:10:30.719Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:30.726Z||pool-285-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:30.727Z||pool-285-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:31.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T18:10:31.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:31.620Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:31.621Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:10:31.721Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:31.721Z||pool-286-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-09T18:10:31.721Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:31.730Z||pool-286-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:31.730Z||pool-286-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:32.621Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "serviceName": "Demo_pNF_8Tuw7Shx2nY1ltoPePc0", "serviceVersion": "1.0", "serviceUUID": "29cb22dc-1d33-4221-8e2b-3f719ed2bc16", "serviceDescription": "catalog service description", "serviceInvariantUUID": "678b8a2c-da32-4168-8455-c90121f55b99", "resources": [ { "resourceInstanceName": "pNF 5c4ac1c5-3671 0", "resourceCustomizationUUID": "2b120a07-cf19-458a-897a-0dde1abbc2a8", "resourceName": "pNF 5c4ac1c5-3671", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "116ae27c-6f5b-4772-bd94-c180b5ab2993", "resourceInvariantUUID": "33c9488e-da71-4cc5-ae4a-4a44dfc19ade", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "artifactChecksum": "NGRiOThiZDcxZmM2ZDBjNTUzNTNkMWVmYjRhMjNhMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b657290-9066-4679-94da-653bd0b9efc2" } ], "workloadContext": "Production" } 2022-03-09T18:10:32.622Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T18:10:32.622Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29cb22dc-1d33-4221-8e2b-3f719ed2bc16 ASDC 2022-03-09T18:10:32.622Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ef15e75e-d19d-45a5-b275-fbb59b5e4363 ServiceName:Demo_pNF_8Tuw7Shx2nY1ltoPePc0 ServiceVersion:1.0 ServiceUUID:29cb22dc-1d33-4221-8e2b-3f719ed2bc16 ServiceInvariantUUID:678b8a2c-da32-4168-8455-c90121f55b99 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar ArtifactUUID:0b657290-9066-4679-94da-653bd0b9efc2 ArtifactChecksum:NGRiOThiZDcxZmM2ZDBjNTUzNTNkMWVmYjRhMjNhMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5c4ac1c5-3671 0 ResourceCustomizationUUID:2b120a07-cf19-458a-897a-0dde1abbc2a8 ResourceInvariantUUID:33c9488e-da71-4cc5-ae4a-4a44dfc19ade ResourceName:pNF 5c4ac1c5-3671 ResourceType:PNF ResourceUUID:116ae27c-6f5b-4772-bd94-c180b5ab2993 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T18:10:32.622Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29cb22dc-1d33-4221-8e2b-3f719ed2bc16 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-09T18:10:32.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:10:32.649Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T18:10:32.649Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T18:10:32.649Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b657290-9066-4679-94da-653bd0b9efc2 from URL: /sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:32.649Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T18:10:32.649Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:33.033Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T18:10:33.036Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 0b657290-9066-4679-94da-653bd0b9efc2 82640 2022-03-09T18:10:33.036Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar ASDC sendASDCNotification 2022-03-09T18:10:33.036Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:33.036Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T18:10:33.036Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:33.037Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:33.038Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849433036, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:10:33.138Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:33.138Z||pool-287-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-09T18:10:33.138Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:33.154Z||pool-287-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:33.154Z||pool-287-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:34.038Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T18:10:34.039Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T18:10:34.039Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0b657290-9066-4679-94da-653bd0b9efc2, URL: /sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar to file: /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.039Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.040Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.040Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.122Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17691948700193726462/Definitions/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml 2022-03-09T18:10:34.645Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T18:10:34.645Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5c4ac1c5-3671 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||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-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||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-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||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-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.646Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Node template pNF 5c4ac1c5-3671 0 is matching search criteria 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5c4ac1c5-3671 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Node template pNF 5c4ac1c5-3671 0 is matching search criteria 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5c4ac1c5-3671 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.647Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8Tuw7Shx2nY1ltoPePc0 Description:catalog service description Model UUID:29cb22dc-1d33-4221-8e2b-3f719ed2bc16 Model Version:NULL Model InvariantUuid:678b8a2c-da32-4168-8455-c90121f55b99 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-09T18:10:34.652Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 116ae27c-6f5b-4772-bd94-c180b5ab2993 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-09T18:10:34.654Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||pNF 5c4ac1c5-3671 0 2022-03-09T18:10:34.654Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 116ae27c-6f5b-4772-bd94-c180b5ab2993 2022-03-09T18:10:34.654Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 29cb22dc-1d33-4221-8e2b-3f719ed2bc16 2022-03-09T18:10:34.654Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 29cb22dc-1d33-4221-8e2b-3f719ed2bc16 2022-03-09T18:10:34.654Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5c4ac1c5-3671 0 116ae27c-6f5b-4772-bd94-c180b5ab2993 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T18:10:34.656Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bb86774, org.onap.sdc.toscaparser.api.parameters.Input@6b02d3f5, org.onap.sdc.toscaparser.api.parameters.Input@3dd2c454, org.onap.sdc.toscaparser.api.parameters.Input@7d95504b, org.onap.sdc.toscaparser.api.parameters.Input@35de1b4a] 2022-03-09T18:10:34.656Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 29cb22dc-1d33-4221-8e2b-3f719ed2bc16: pNF 5c4ac1c5-3671 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Processing PNF resource: 116ae27c-6f5b-4772-bd94-c180b5ab2993 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8Tuw7Shx2nY1ltoPePc0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T18:10:34.657Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2b120a07-cf19-458a-897a-0dde1abbc2a8 is the same as notified resource customizationUUID: 2b120a07-cf19-458a-897a-0dde1abbc2a8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-09T18:10:34.675Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5c4ac1c5-3671 116ae27c-6f5b-4772-bd94-c180b5ab2993 0 ASDC deployResourceStructure 2022-03-09T18:10:34.675Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar ASDC sendASDCNotification 2022-03-09T18:10:34.675Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar 2022-03-09T18:10:34.675Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T18:10:34.675Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:10:34.676Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:10:34.677Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849434675, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:10:34.777Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:10:34.777Z||pool-288-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-09T18:10:34.777Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:10:34.785Z||pool-288-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:10:34.785Z||pool-288-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-09T18:10:35.677Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:10:35.685Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:10:35.686Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:10:35.686Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:10:35.686Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:11:05.686Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:11:05.693Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:11:05.695Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:11:05.695Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:11:05.695Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:11:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:11:24.665Z||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-09T18:11:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:11:24.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:11:24.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:11:24.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:11:24.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:11:35.695Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:11:35.703Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:11:35.705Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:11:35.705Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:11:35.705Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:12:05.706Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:12:05.714Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:12:05.716Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:12:05.716Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:12:05.716Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:12:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:12:24.664Z||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-09T18:12:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:12:24.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:12:24.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:12:24.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:12:24.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:12:24.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:12:24.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:12:24.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:12:35.716Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:12:35.724Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:12:35.725Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:12:35.725Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:12:35.725Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:13:05.725Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:13:05.732Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:05.733Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:13:05.733Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T18:13:05.733Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T18:13:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:13:24.665Z||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-09T18:13:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:13:25.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:13:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849421317, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849417654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849417521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849416869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T18:13:25.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849433036, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849433201, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849433232, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849425974, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849426436, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "cds", "timestamp": 1646849434237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-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-09T18:13:25.213Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.213Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849434675, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849434889, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849435298, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849435892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "multicloud-k8s-id", "timestamp": 1646849428399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849436304, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849436500, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "policy-id", "timestamp": 1646849436895, "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-09T18:13:25.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:25.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "ves-openapi-manager", "timestamp": 1646849437306, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:13:25.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.240Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 and ComponentName 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-09T18:13:25.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "aai-ml", "timestamp": 1646849437503, "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-09T18:13:25.250Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.250Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:25.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849440426, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849442432, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:13:25.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "clamp", "timestamp": 1646849443435, "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-09T18:13:25.261Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.261Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:25.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/resourceInstances/pnf5c4ac1c536710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849444166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "NOTIFIED" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849452887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849454544, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuw7shx2ny1ltopepc0/1.0/artifacts/service-DemoPnf8tuw7shx2ny1ltopepc0-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:13:25.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646849455547, "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-09T18:13:25.273Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef15e75e-d19d-45a5-b275-fbb59b5e4363 2022-03-09T18:13:25.274Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:35.733Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T18:13:35.742Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:13:35.743Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-03-09T18:13:35.744Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||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-09T18:13:35.749Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T18:14:05.749Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 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-09T18:14:05.753Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef15e75e-d19d-45a5-b275-fbb59b5e4363 and serviceModelVersionId: 29cb22dc-1d33-4221-8e2b-3f719ed2bc16 2022-03-09T18:14:05.753Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 678b8a2c-da32-4168-8455-c90121f55b99 2022-03-09T18:14:05.753Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0 2022-03-09T18:14:05.756Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T18:14:05.774Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0|INFO|500||Invoke 2022-03-09T18:14:05.774Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef15e75e-d19d-45a5-b275-fbb59b5e4363], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e68f124c-0d4a-499d-8f7d-60d273789871], X-ECOMP-RequestID=[ef15e75e-d19d-45a5-b275-fbb59b5e4363], X-TransactionId=[], X-ONAP-RequestID=[ef15e75e-d19d-45a5-b275-fbb59b5e4363], Content-Type=[application/merge-patch+json]} 2022-03-09T18:14:05.789Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-09T18:14:05.853Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?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/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-18:14:05:797-41209], Content-Length=[495], Date=[Wed, 09 Mar 2022 18:14:05 GMT], Content-Type=[application/json]} 2022-03-09T18:14:05.854Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?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/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16","ERR.5.4.6114"]}}} 2022-03-09T18:14:05.854Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-09T18:14:05.857Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ef15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (ec=ERR.5.4.6114) 2022-03-09T18:14:05.857Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ef15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (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-09T18:14:05.857Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ef15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (ec=ERR.5.4.6114) 2022-03-09T18:14:05.857Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ef15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (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-09T18:14:05.859Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||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-09T18:14:05.859Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef15e75e-d19d-45a5-b275-fbb59b5e4363 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ef15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (ec=ERR.5.4.6114) 2022-03-09T18:14:05.859Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-09T18:14:05.860Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T18:14:05.861Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T18:14:05.861Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849645859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003def15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:14:05.961Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T18:14:05.961Z||pool-289-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-09T18:14:05.961Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:05.974Z||pool-289-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:05.974Z||pool-289-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-09T18:14:06.870Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:06.871Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:06.871Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:17.534Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:17.535Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:17.535Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:17.535Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:24.665Z||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-09T18:14:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:25.305Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:25.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T18:14:25.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef15e75e-d19d-45a5-b275-fbb59b5e4363", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646849645859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003def15e75e-d19d-45a5-b275-fbb59b5e4363 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/678b8a2c-da32-4168-8455-c90121f55b99/model-vers/model-ver/29cb22dc-1d33-4221-8e2b-3f719ed2bc16) (ec\u003dERR.5.4.6114)" } 2022-03-09T18:14:25.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T18:14:27.061Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:27.061Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:27.061Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:27.061Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:36.589Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:36.590Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:36.590Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:36.590Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:46.120Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:46.120Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:46.121Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:46.121Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:14:55.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:14:55.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:14:55.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:14:55.648Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:05.173Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:05.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:05.174Z||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-09T18:15:05.174Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:14.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:14.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:14.704Z||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-09T18:15:14.704Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:24.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:24.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:24.233Z||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-09T18:15:24.233Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:15:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:33.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:33.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:33.761Z||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-09T18:15:33.761Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:34.198Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:43.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:43.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:43.290Z||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-09T18:15:43.290Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:15:52.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:15:52.822Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:15:52.822Z||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-09T18:15:52.822Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:02.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:02.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:02.350Z||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-09T18:16:02.350Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:11.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:11.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:11.877Z||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-09T18:16:11.877Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:21.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:21.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:21.405Z||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-09T18:16:21.406Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:24.665Z||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-09T18:16:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:30.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:30.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:30.932Z||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-09T18:16:30.932Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:40.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:40.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:40.461Z||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-09T18:16:40.461Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:49.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:49.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:49.990Z||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-09T18:16:49.990Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:16:59.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:16:59.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:16:59.518Z||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-09T18:16:59.518Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:09.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:09.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:09.047Z||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-09T18:17:09.047Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:18.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:18.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:18.573Z||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-09T18:17:18.573Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:24.664Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:24.665Z|f7a145c4-77be-4801-904e-56538f361cd2|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-09T18:17:24.665Z|f7a145c4-77be-4801-904e-56538f361cd2|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:28.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:28.102Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:28.102Z||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-09T18:17:28.102Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:34.200Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:37.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:37.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:37.632Z||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-09T18:17:37.632Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:47.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:47.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:47.159Z||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-09T18:17:47.159Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:17:56.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:17:56.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:17:56.689Z||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-09T18:17:56.689Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:06.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:06.225Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:06.225Z||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-09T18:18:06.225Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:15.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:15.756Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:15.756Z||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-09T18:18:15.756Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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-09T18:18:24.664Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:25.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:25.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:25.286Z||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-09T18:18:25.286Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:34.197Z|6bf94b7a-43ce-4748-88cc-9f0f8ad2866e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:34.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:34.816Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:34.816Z||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-09T18:18:34.816Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:44.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:18:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:18:44.343Z||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-09T18:18:44.343Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:18:53.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:19:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:19:24.663Z||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-09T18:19:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:19:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:19:24.664Z||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-09T18:19:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:19:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:19:34.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:20:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:20:24.663Z||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-09T18:20:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:20:24.664Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:20:24.664Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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-09T18:20:24.664Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:20:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:20:34.199Z|ef15e75e-d19d-45a5-b275-fbb59b5e4363|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:21:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:21:24.663Z||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-09T18:21:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:21:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:21:24.664Z||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-09T18:21:24.665Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:21:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:21:34.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:22:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:22:24.663Z||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-09T18:22:24.663Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:22:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:22:24.664Z||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-09T18:22:24.664Z||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 8dLzO8h4XzEqkpVO) ... 2022-03-09T18:22:34.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:22:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK